var now = new Date(); var w_id = "LadbrokesGamesHome_"; w_id += now.getYear(); w_id += now.getDate(); w_id += now.getMonth(); w_id += now.getHours(); w_id += now.getMinutes(); w_id += now.getSeconds(); self.window.name = w_id; function launchfromdropdown(game) { if (game.value > "0") { launchgame(game.value, "false"); } document.atoz.games.selectedIndex = 0; } function moregame () { document.genrepage.submit(); } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i Your Username"; } // validate an e-mail address if (!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/.test(document.claim.email.value)){ theMessage = theMessage + "\n --> Enter a valid e-mail address"; } // If no errors, submit the form if (theMessage == noErrors) { return true; } else { // If errors were found, show alert message alert(theMessage); return false; } }