<html> <head> <meta http-equiv="MSThemeCompatible" CONTENT="yes" /> <meta http-equiv="Content-Type" content="text/html; charset=Unicode" /> <link href="css/settings.css" type="text/css" rel="stylesheet" /> <script language="javascript" src="js/settings.js" type="text/javascript"></script> </head> <body onload="init()" style="height: 200px;"> <div class="header">Choose league</div> <input type="radio" name="league" value="2" onclick="selLeague=0">Premier League <br><input type="radio" name="league" value="1" onclick="selLeague=1">Tippeligaen</input> <br><input type="radio" name="league" value="3" onclick="selLeague=2">SAS ligaen</input> <br><input type="radio" name="league" value="4" onclick="selLeague=3">Primera Division</input> <br><input type="radio" name="league" value="5" onclick="selLeague=4">Bundesliga</input> <br><input type="radio" name="league" value="5" onclick="selLeague=5">Adeccoligaen</input> <br><input type="radio" name="league" value="6" onclick="selLeague=6">Championship</input> <br><input type="radio" name="league" value="7" onclick="selLeague=7">SerieA</input> </body> </html>