(function(){ /*Use Object Detection to detect IE6*/ var m = document.uniqueID /*IE*/ && document.compatMode /*>=IE6*/ && !window.XMLHttpRequest /*<=IE6*/ && document.execCommand ; try{ if(!!m){ m("BackgroundImageCache", false, true) /* = IE6 only */ } }catch(oh){}; })();

$(document).ready(function(){
  if($('h3.ystore-cross-sell-title').length > 0) {
    $('h3.ystore-cross-sell-title').html('<img src="http://lib.store.yahoo.net/lib/trappcandle/you-might-also-like.gif" />');
  }
  sli_init();
  
  var html_doc = "http://lib.store.yahoo.net/lib/trappcandle/ssfreeshipping.html";
  var html_width = 360;
  var html_height = 305;
  $("#free-ship-notice img").click(function(){
      tb_show("Free shipping at $99", html_doc + "?keepThis=true&TB_iframe=true&height="+html_height+"&width="+html_width, null);
  });
});
