$sd(document).ready(function(){

  var content = "<div style='display:none;' id='how342works'><img height='700' border='0' width='500' title='How 3 For 2 Works. Its so easy! Buy three products and the cheapest is yours - absolutelty FREE!' alt='How 3 For 2 Works. Its so easy! Buy three products and the cheapest is yours - absolutelty FREE!' src='/images/2009/11/popup/mw_3for2_new.jpg' /></div>";
  $sd("body").prepend(content);

  $sd("a[title='How Our 3 For 2 Works']").click(function(e){
    e.preventDefault();
    tb_show('How Our 3 For 2 Works', '#TB_inline?height=700&width=500&inlineId=how342works');
  });
  
});
