function Logout()
{
   document.cookie="Username=; path=/;"
   document.cookie="Password=; path=/;"
   alert("You have logged out from SQLTeach. Thanks for your visit.");
   document.location="http://www.sqlteach.com"
}

