
			document.write('<div id="logo">');
				document.write('<a href="../default.html"><img src="../images/logo.gif" alt="Home of Hope" width="122" height="69" border="0"></a><br>');
			document.write('</div>');
			document.write('<div id="icon">');
				document.write('<a href="../about/faq.html"><img src="../images/icon_faq.gif" width="27" height="25" alt="FAQ" border="0"></a>');
				document.write('<a href="../default.html"><img src="../images/icon_home.gif" width="27" height="25" alt="Home" border="0"></a>');
				document.write('<a href="../involve/donate.html"><img src="../images/icon_donate.gif" width="27" height="25" alt="Donate Online" border="0"></a>');
			document.write('</div>');
