function login(link)
{


  if(document.hi.elements['hisname'].value==0 )
     {
      
          Modalbox.show("/checklogin/pleaselogin.php?q="+document.location.href,{title: this.title,width:350});return false;
     }
  else 
  {
  
 document.location=link;
 }
}
