// SETTINGS FOR WEB PAGE
/****************************************************/
document.write('<LINK REL="SHORTCUT ICON" HREF="favicon.ico" type="image/x-icon">')
document.write('<body background="images/background_main.jpg" bgcolor=black></body>')
document.write('<body text=#98AFC7 link=#800404 vlink=#800404 alink=#800404>')
/****************************************************/
// TOTAL SITE BORDER
document.write('<table><table width="992" border="0" cellspacing="0" cellpadding="1" align="center"><tr><td>')
/****************************************************/
// TOP HEADER
document.write('	<table>')
document.write('		<table width="990" border="0" cellspacing="0" cellpadding="1" align="center">')
document.write('		<tr><td>')
document.write('			<div align=center><img src="images/topheader.png" usemap="#MainMenuBar" border="0"></div><br>')
document.write('		</td></tr>')

/****************************************************/
// MARQUEE (If Wanted)
// 				<tr><td>
// 				<marquee>
// 					NathanRitchie72.com became live on October 4, 2009
// 					</marquee>
// 					</td></tr>
/****************************************************/
document.write('		</table>')

/****************************************************/
// TOP MENU BAR SETTINGS (MAP)
document.write('<map name="MainMenuBar">')
document.write('	<area shape="rect" coords="201,101,310,123" href="index.html">')
document.write('	<area shape="rect" coords="312,101,421,123" href="aboutme.html">')
document.write('	<area shape="rect" coords="423,101,532,123" href="portfolio.html">')
document.write('	<area shape="rect" coords="534,101,643,123" href="forum.html">')
document.write('	<area shape="rect" coords="645,101,754,123" href="downloads.html?a">')
document.write('	</map>')

/****************************************************/
// MAIN SETUP AREA
document.write('<table>')
document.write('	<table width="990" border="0" cellspacing="0" cellpadding="1" align="center">')

