function purchase() 
{
if (window.document.the_form.question.checked == true) 
{
exit=false
document.location.href = "http://www.marketerschoice.com/app/javanof.asp?MerchantID=35624&ProductID=2098960";
}
else { 
alert("Please Check the Box to Signify Agreement of Our Subscriber Agreement."); 
} 
}