document.write('\n \
\n \

SWX’s Real-Time Probability Calculator

\n \ \n \
\n \
\n \
\n \
\n \
\n \ \n \
\n \ \n \
\n \
\n \
\n \
\n \
\n \ \n \
\n \ \n \
\n \
\n \
\n \
\n \
\n \ \n \
\n \ \n \
\n \
\n \
\n \
\n \
\n \ \n \ \n \
\n \
\n \
\n \ \n \
\n \ \n \
\n \
\n \ \n \ var newGame = document.getElementById("newGame");\n \ var newTeam = document.getElementById("newTeam");\n \ var newLine = document.getElementById("newLine");\n \ newGame.onchange = function() {\n \ switch(newGame.selectedIndex) {\n \ case 0:\n \ newTeam.options[0].text = "TB";\n \ newTeam.options[1].text = "KC";\n \ newLine.selectedIndex = 55;\n \ break;\n \ }\n \ newTeam.selectedIndex = 0;\n \ }\n \ newTeam.onchange = function() {\n \ var home = newTeam.selectedIndex;\n \ switch(newGame.selectedIndex) {\n \ case 0:\n \ if (home==0) newLine.selectedIndex = 55;\n \ else newLine.selectedIndex = 43;\n \ break;\n \ }\n \ }\n \ <\/scr'+'ipt>\n \ ');