document.observe("dom:loaded", function() {
  setTimeout(function(){
    try {
      
      
      Element.update("recently-viewed", "" );
    } catch(e){}
  }, 100);
});
