var message = "UK residents are NOT eligible to claim any prizes won from Jackpot Spinners in a Premium Download game. Any reference to the ability to exchange tokens for tickets to enter prize draws does NOT apply to UK residents. This disclaimer shall take priority over any conflicting terms or conditions contained on any other part of the UK or US Pogo sites.";

function confirmExit()
{
    var return_value = confirm(message);
    if ( return_value == true )
        {
        window.open("redirect-buy.jsp");
        }
}