// THESE ARE FUNCTIONS BEING CALLED FROM FLASH MENU - This MUST go on all pages// var time = 0; function playnow() { document.location.href="/playNow.asp"; } function manageacct() { document.location.href="/account.asp"; } function play4free() { document.location.href="/play4free.asp"; } function how() { document.location.href="/how.asp"; } function rules() { document.location.href="/Rules.asp"; } function faq() { document.location.href="/faq.asp"; } function playhistory() { document.location.href="/playHistory.asp"; } function seeresults() { document.location.href="/results.asp"; } function quickBuy() { // window.opener.location="/quickbuy.asp?source=40"; window.open("/quickbuy_popup.asp?source=40",'','scrollbars=1, scrolling=yes, height=252, width=402'); } function quit() { window.opener.location="/playNow.asp"; self.close(); } function join_error() { window.opener.location="/playNow.asp?join_error=1"; self.close(); } // END OF FLASH FUNCTIONS //