try{ 
    document.execCommand("BackgroundImageCache", false, true); 
}catch(e){} 

if(typeof console=="undefined"){
  console = {
    info: function(t){
      alert(t);
    },
    log: function(t){
      alert(t);
    }
  }  
}
