document.write('<html>');

document.write('	<head>');
	
document.write('		<title>');
document.write('			MonkeyFX');
document.write('		</title>');
		
document.write('		<link rel=StyleSheet href="./scripts/monkey_main.css" type="text/css">');
		
document.write('	</head>');
	
document.write('	<body>');
document.write('		<table width="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('			<tr>');
document.write('				<td colspan="3" bgcolor="#7DB3B2"><a href="./index2.html"><img src="./images/logo_top.gif" border="0"><img src="./images/huge_logo.gif" border="0"></a></td>');
document.write('			</tr>');

document.write('			<tr>');
document.write('				<td bgcolor="#7DB3B2"><a href="./index2.html"><img src="./images/logo_middle_left.gif" border="0"></a></td>');
document.write('				<td><a href="./index2.html"><img src="./images/logo_middle_right.gif" border="0"></td>');
document.write('				<td bgcolor="#7DB3B2"></td>');

document.write('			</tr>');
			
document.write('			<tr>');
document.write('				<td width="120" valign="top" bgcolor="#7DB3B2">');
document.write('					<a href="./index2.html"><img src="./images/logo_bottom.gif" border="0"></a><br>');
document.write('					<div id="footer">Click Furious <br> to go home! </div>');
document.write('				</td>');
document.write('				<td>');



