var HTML= "";

HTML="	<table border='0' cellpadding='0' cellspacing='0'>";
HTML+="		<tr height='2'><td bgcolor='#FFFFFF'></td></tr>";
HTML+="		<tr height='22'>";
HTML+="			<td width='800' align='center' class='gray' bgcolor='#000099'>";
HTML+="			<table border='0' cellpadding='0' cellspacing='0'>";
HTML+="				<tr>";
HTML+="					<td width='120' align='center'><a href='../Pages/sitemap.htm' class='top'>Site Map</a></td>";
HTML+="					<td width='120' align='center'><a href='../Pages/aboutboard.htm' class='top'>Contact AMSA</a></td>";
HTML+="				</tr>";
HTML+="			</table>";						
HTML+="			</td>";
HTML+="		</tr>";
HTML+="		<tr height='1'>";
HTML+="			<td>";
HTML+="			</td>";
HTML+="		</tr>";
HTML+="		<tr height='38'>";
HTML+="			<td align='center' class='ftrctr' bgcolor='#cccccc'>";
HTML+="			<p>&copy;Asian Management Students Association 2009.&nbsp;&nbsp;All rights reserved.</p>";
HTML+="			<p>Website designed by <a class='ftr' href='mailto:bang.nguyen.2004@anderson.ucla.edu'>Bang Nguyen</a>.</p>";
HTML+="			</td>";
HTML+="		</tr>";
HTML+="	</table>";

document.writeln(HTML);