document.observe("dom:loaded", function() {
  setTimeout(function(){
    try {
      
      
      Element.update("recently-viewed", "  <li class=\"product-box\">\n		<div class=\"product-box-hover-background\" style=\"display:none;height:128px;width:102px\"><\/div>\n    <div class=\"product-box-hover-text\" style=\"display:none;margin-top:30px;width:102px\">\n      <h3 style=\"margin:0;padding:0\"><span class=\"gill\">BOWIE<\/span><\/h3>\n      <h4 class=\"cursive\" style=\"margin:4px 0 5px 0;padding:0\">small case<\/h4>\n      <p><a href=\"/handbags/bowie-small-case\" class=\"gill\">VIEW<\/a><\/p>\n    <\/div>\n		<a href=\"/accessories/bowie-small-case\"><img alt=\"Ss_10_bowie_slg_sc_108270_sg_ink_small\" height=\"128\" src=\"/media/product_uploads/0000/2059/SS_10_BOWIE_SLG_SC_108270_SG_INK_small.jpg?1267053905\" width=\"102\" /><\/a>\n	<\/li>\n" );
    } catch(e){}
  }, 100);
});
