// Show a different seasonfunction ShowSeason(form) {	URL = form.season.value;	document.location = URL;}document.write('<form name="past">');document.write('Other seasons: ');document.write('<select name="season">');document.write('<option value="2004-5.html" selected>2004-5</option>');document.write('<option value="2003-4.html">2003-4</option>');document.write('<option value="2002-3.html">2002-3</option>');document.write('<option value="2001-2.html">2001-2</option>');document.write('<option value="2000-1.html">2000-1</option>');document.write('<option value="1999-0.html">1999-0</option>');document.write('<option value="1998-9.html">1998-9</option>');document.write('<option value="1997-8.html">1997-8</option>');document.write('<option value="1996-7.html">1996-7</option>');document.write('<option value="1995-6.html">1995-6</option>');document.write('<option value="1994-5.html">1994-5</option>');document.write('<option value="1993-4.html">1993-4</option>');document.write('<option value="1982-3.html">1982-3</option>');document.write('<option value="1978-9.html">1978-9</option>');document.write('</select>');document.write('<input type="button" name="Go" value="Go" onClick="ShowSeason(this.form)">');document.write('</form>');document.write('<hr>');document.write('<p><A HREF="http://www.anybrowser.org/campaign/">');document.write('<IMG SRC="/pics/anybrowser.gif" WIDTH="88" HEIGHT="31" ALT="Best viewed with any browser" BORDER="0"');document.write('ALIGN="MIDDLE"></A> ');document.write('Frames: <a href="/snow/">On</a> | ');document.write('<a href="'+document.location+'">Off</a> ');document.write('</p>');document.write('<p>');document.write('<address>');document.write('<a href="/lew/">Mike &quot;Lew&quot; Lamar</a> - ');// SpamProof Mail Script 1.0// by Joseph McLean <flux@thecentre.com> - freeware// Linktext is the text you want folks to see and click upon.// email1 & email2 are the text on either side of your// email address's @ sign. var email1 = "lew"var email2 = "abbaroo.com"var linktext = email1 + "@" + email2document.write("<a href=" + "mail" + "to:" + email1 + "@" + email2 + ">" + linktext + "</a>")document.write('<br>');document.write('<p></p>');document.write('</address>');