function launchLiveChat(){window.open("/live-chat/index.html","BingoChat","height=400,width=600,modal=yes,alwaysRaised=yes");}
function resetPassword(){window.open("https://signin8.valueactive.eu/forgotpassword/default.aspx?applicationid=1059&serverid=1334&clienttype=1&lang=en","BingoPasswordReset","height=400,width=600,modal=yes,alwaysRaised=yes");}
function formatText(index,panel){return index+"";}
$(function(){$('.slotsRotator').anythingSlider({easing:"easeInOutExpo",autoPlay:true,delay:3000,startStopped:false,animationTime:600,hashTags:true,buildNavigation:false,pauseOnHover:false,startText:"",stopText:"",navigationFormatter:formatText});});function externalLinks(){if(!document.getElementsByTagName)return;var anchors=document.getElementsByTagName("a");for(var i=0;i<anchors.length;i++){var anchor=anchors[i];if(anchor.getAttribute("href")&&anchor.getAttribute("rel")=="external")
anchor.target="_blank";}}
window.onload=externalLinks;function preLoginCheck()
{if(($("input.loginInput").val()=="Account no / alias")||($("input.loginInput").val()=="")){alert("Please enter your username")
$("input.loginInput").focus()
return false}
if(($("input.passwordInput").val()=="password")||($("input.passwordInput").val()=="")){alert("Please enter your password")
$("input.passwordInput").focus()
return false}
return true}