function change() {  temp = top.location.href;  temp = temp.slice(0,temp.lastIndexOf('/')+1) + 'home.php';  top.location.href=temp;}function close() {  document.getElementById('redirect').style.display='none';  return false;}
