
function theDate()
{
 var d = new Date()
 var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
 var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
 document.write(weekday[d.getDay()] + " ")
 document.write(monthname[d.getMonth()] + " ")
 document.write(d.getDate() + ", ")
 document.write(d.getFullYear())
}

function Terminology(a)
{
 theURL= "/EN/online-poker-rules/terminology--2,7.htm#" + a;
 self.location=theURL;
}


function ContactUs()
{
 window.open("/EN/contactusform/contactus.htm","contactWin","toolbars=0,manubar=0,scrollbars=1,directories=0,location=0,resizable=1,width=800,height=500,left=0,top=0");
}

    function openEmailMsg()
    {
        var w = 804;
        var h = 430; 
        var l = (window.screen.width-w)/2;
        var t = (window.screen.height-h)/2; 
        
        PhoneWindow = window.open('','',"toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" +w +",height="+ h + ",left="+l + ",top=" + t);
        PhoneWindow.document.write('<html><head><title>spoofed email </title></head><body style="margin:0px"><table align="center"><tr><td valign="top"><img src="/images/account_alert.gif" border="0"></td></tr></table></body></html>');
    }
    



