
function relocate(page) 
{ 
/* page is the location of the page you want the user to open, if they have Javascript enabled */     
  window.location = page;    
  return false;    
}
