<!--
	function popUp(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=750,height=610');");
        }
// End -->
<!--
	function popUp2(URL) {
		day = new Date();
		id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=550,left = 262,top = 109');");
        }
// End -->

if(navigator.userAgent.indexOf("Firefox") != -1)
{
   alert("Please Note: FireFox does not support free play slots, to use these please reload TopSlots in Internet Explorer")
  }
else
{
  }
<!--
var secs
var timerID = null
var timerRunning = false
var delay = 1000

function InitializeTimer()
{
    // Set the length of the timer, in seconds
    secs = 300
    StopTheClock()
    StartTheTimer()
}

function StopTheClock()
{
    if(timerRunning)
        clearTimeout(timerID)
    timerRunning = false
}

function StartTheTimer()
{
    if (secs==120)
    {
        StopTheClock()
  		var answer = confirm ("Would you like to play for real - to win BIG!? Play from pennies! ")
		if (answer)
		window.location="https://gamingclub.microgaming.com/gamingclub/t3start.asp?s=aff87943";
		else
		alert ("Enjoy Free Play!")
        }
else
   if (secs==0)
    {
        StopTheClock()
  		var answer = confirm ("Sadly you have hit your free play time limit, play for real to win BIG!? Play from pennies! ")
		if (answer)
		window.location="https://gamingclub.microgaming.com/gamingclub/t3start.asp?s=aff87943";
		else
		window.location="https://gamingclub.microgaming.com/gamingclub/t3start.asp?s=aff87943";
       } 
	
		{
        //self.status = secs
        secs = secs - 1
        timerRunning = true
        timerID = self.setTimeout("StartTheTimer()", delay)
    }
}
//-->
