<!--

var cswd = screen.width;
var csht = screen.height;
var date = new Date();
var day = date.getDate();
var mon = date.getMonth();
var yer = date.getFullYear();
var mydate = yer + "/" + ++mon +  "/" + day;
var newloc = "'http://www.mtailounie.net/'";
//var newloc = "'http://localhost/check.php?CSWidth=" + scwid + "&CSHeight=" + schgt + "&CDate=" + mydate + "'";

//document.write(date);
//document.write("<br />" + mydate);
//document.write("<br />" + scwid + " x " + schgt + "<br />")
//document.write(newloc + "<br />");
//document.write(actref + "<br />");
function Navigate()
{
  document.navform.cswidth.value = cswd;
  document.navform.csheight.value = csht;
  document.navform.submit();
}

var logout = "'http://www.mtailounie.net/khas/pobout.php'";
var login = "'http://www.mtailounie.net/khas/POB.php'";
var actref = ""; 
function Relogin()
{ 
  //document.write("JS Blocking..."); 
  actref = "document.location.href=" + logout;
  setTimeout(actref, 0);
}
function Login()
{  
  //document.write("JS Logging in...");
  actref = "document.location.href=" + login;
  setTimeout(actref, 0);
}
-->
