var pagetop = [
'			<tr>',
'				<td>',
'				<a href="http://www.cmcorsairs.com/index.html">',
'				<img border="0" src="http://www.cmcorsairs.com/graphics/buttons/banner.gif" width="700" height="123"',
'				alt="Corsairs Home Page.  Call 443-306-4681 or email info@cmcorsairs.com for more information"></a>',
'				</td>',
'			</tr>',
'			<tr>',
'				<td>',
'				<div id="eightbuttons">',
'   				<table>',
'					<tr>',
'						<td>',
'						<a href="http://www.cmcorsairs.com/email.html">',
'						<img src="http://www.cmcorsairs.com/graphics/buttons/button_email.gif" width="44" height="44" alt="Check Email" /><br />',
'						Check Email</a>',
'						</td>',
'						<td>',
'						<a href="http://www.cmcorsairs.com/photos.html">',
'						<img src="http://www.cmcorsairs.com/graphics/buttons/button_pictures.gif" width="44" height="44" alt="Pictures" /><br />',
'						Pictures</a>',
'						</td>',
'						<td>',
'						<a href="http://www.cmcorsairs.com/calendar.html">',
'						<img src="http://www.cmcorsairs.com/graphics/buttons/button_calendar.gif" width="44" height="44" alt="Calendar" /><br />',
'						Calendar</a>',
'						</td>',
'						<td>',
'						<a href="http://www.cmcorsairs.com/bravozulu.html">',
'						<img src="http://www.cmcorsairs.com/graphics/buttons/button_awards.gif" width="44" height="44" alt="Awards and Promotions" /><br />',
'						Awards and Promotions</a>',
'						</td>',
'						<td>',
'						<a href="http://www.cmcorsairs.com/cadets.html">',
'						<img src="http://www.cmcorsairs.com/graphics/buttons/button_corsairs.gif" width="44" height="44" alt="Cadet Area" /><br />',
'						Cadet Area</a>',
'						</td>',
'						<td>',
'						<a href="http://www.cmcorsairs.com/officers/officers_country.html">',
'						<img src="http://www.cmcorsairs.com/graphics/buttons/button_officers.gif" width="44" height="44" alt="Officers Country" /><br />',
'						Officers Country</a>',
'						</td>',
'						<td>',
'						<a href="http://www.cmcorsairs.com/newsletter.html">',
'						<img src="http://www.cmcorsairs.com/graphics/buttons/button_newsletter.gif" width="44" height="44" alt="Newsletter" /><br />',
'						Newsletter</a>',
'						</td>',
'						<td>',
'						<a href="http://www.cmcorsairs.com/guestbook.html">',
'						<img src="http://www.cmcorsairs.com/graphics/buttons/button_guestbook.gif" width="44" height="44" alt="Guestbook" /><br />',
'						Guestbook</a>',
'						</td>',
'					</tr>',
'				</table>',
'				</div>',
'				</td>',
'			</tr>'
];

document.write(pagetop.join('\n'));