document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">')
document.write('<html>')

document.write('<head>')
	document.write('<title>University of New South Wales Cricket Club - Home of the Bumble Bees</title>')
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">')
	document.write('<link href="/Template/unswcc_main.css" rel="stylesheet" type="text/css">')
document.write('</head>')

document.write('<body>')

	document.write('<div id="wrap">')

		document.write('<div id="header">')
			document.write('<img src="/Template/Images/unswcc_header.png">')
		document.write('</div>')
		
		document.write('<div id="topmenu">')
			document.write('<table>')
				document.write('<tr align="center">')
					document.write('<td width="100" align="left"><a href="http://www.cricket.unsw.edu.au">Home</a></td>')
					document.write('<td width="30">|</td>')
					document.write('<td width="150"><a href="/about.htm">About Us</a></td>')
					document.write('<td width="30">|</td>')
					document.write('<td width="150"><a href="/membership.htm">Membership</a></td>')
					document.write('<td width="30">|</td>')
					document.write('<td width="150"><a href="/recruitment.htm">Recruitment</a></td>')
					document.write('<td width="30">|</td>')
					document.write('<td width="235" align="right"><a href="http://www.sport.unsw.edu.au">UNSW Sport & Recreation</a></td>')
				document.write('</tr>')
			document.write('</table>')
		document.write('</div>')
