document.write('<script type="text\/javascript" src="\/js\/cookie.js"><\/script>');


window.onbeforeunload = function() 
{
    // Checking if the window wasn't opened by another window, and not showing the message
    if ((null == window.opener) && (!(get_cookie("Download_Poker"))))
    {
      if (UserPressedXButton(event.clientY))
       {
          if (WantToDownload())
            {
               window.open('http://www.suprocasino.com/es-ES/?aff=182566');
            }
       }
    }
}


   
function WantToDownload()
{
   if (confirm('Pulse aqui para sus $10 GRATIS en SuproCasino.'))
   {
      return true;
   }
   else
   {
      return false;
    }
 }
 
 function UserPressedXButton(ClientY)
 {
    // Checking if the coordinates resembles clicking on the 'X'
    if (ClientY < 0)
    {
        return true;
    }
    else
    {
        return false;
    }
}





