document.open();
document.writeln('');
document.writeln('');
document.writeln('predictCheck = 0; voteCheck = 0;');
document.writeln('function validate(f) { if (predictCheck == 0) {alert ("Please predict the most popular vote in the poll");return false;} ');
document.writeln('if (voteCheck == 0) {alert ("Please enter your vote in the poll");return false;} ');
document.writeln('url = "http://www.predictapoll.com/predictapoll/results.php?id=36550041&p="+predictCheck+"&v="+voteCheck;');
document.writeln('if (window.name == "pp") {window.location = url; return true;} else {popup = window.open(url,"pp","width=450,height=640,scrollbars=1");}}');
document.writeln('function to(u) { if (window.name == "pp") {window.location = u;} else {popup = window.open(u,"pp","width=450,height=640,scrollbars=1");}}');
document.writeln('');
document.writeln('
');
document.close();