print(newQuickButton("How to Play",{action:"/instructions"}));
print("");
print(newQuickButton("Quit",{action:"/"})); }
functionget_instructions(){ print(raw("<i><center>You first pick either 'evens' or 'odds'. Then, you pick either 'one' or 'two'. The computer will then select either 'one' or 'two'. Then, the number you picked and the number the computer picked are added to together to get either an odd or even number. If that number matches what you originally picked, you win. If not, you lose.</center></i>"));
print(newQuickButton("Back",{action:"/odds"})); }
functionget_odds1(){
print(raw("<b><center><font size=\"+20\">Evens and Odds</font></center></b>"));
print(raw("<i><center>Pick a Number:</center></i>"));