function reloadPage(){ 
    
   if (document.layers && !this.dom) {
    document.location=document.URL;
   }
} 
