question = "What will the Husker’s record be for the 2008 football season?";pollID = "99";ansNum = "7";answers = new Array();answers[0] = "12 - 0";answers[1] = "11 - 1";answers[2] = "10 – 2";answers[3] = "9 – 3";answers[4] = "8 – 4";answers[5] = "7 – 5";answers[6] = "6 – 6 or worse"; function openPoll(surl, winName, param) { pollWin = window.open(surl, winName, param); pollWin.focus(); } function loadPollPage() { document.writeln(""); document.writeln(""); document.writeln(""); document.write(""); for (i=0; i"); document.writeln(""); } document.writeln(""); document.writeln(""); document.writeln(""); document.write(""); document.writeln("
"); document.writeln("" + question + "

" + "" + answers[i] + "
View Results

All Previous Polls
"); }