var x ="boo"

var footer_hs  ="<DIV ALIGN=\"center\">"
footer_hs +=" 	<TABLE WIDTH=\"680\" BORDER=\"1\" CLASS=\"menusmall\">"
footer_hs +="	<TR>"
footer_hs +="		<TD WIDTH=\"50%\" COLSPAN=\"4\" ALIGN=\"center\">"
footer_hs +="			<A HREF=\"portal.html\">The Student's Gate</A> "
footer_hs +="		</TD>"
footer_hs +="		<TD COLSPAN=\"4\" ALIGN=\"center\">"
footer_hs +="			<A HREF=\"javascript:search_it()\" TARGET=\"_top\">Search the Site</A>"
footer_hs +="		</TD>"
footer_hs +="	</TR>"

footer_hs +="	<TR>"
footer_hs +="		<TD COLSPAN=\"8\" ALIGN=\"CENTER\">"
footer_hs +="			<A HREF=\"faq.school.html\" TARGET=\"_top\">School FAQ</A> - &nbsp;"
footer_hs +="			<A HREF=\"workshops.html\" TARGET=\"_top\">Workshops</A> - &nbsp;"
footer_hs +="			<A HREF=\"enrol.html\" TARGET=\"_top\">Enrol</A>"
footer_hs +="		</TD>"
footer_hs +="	</TR>"

footer_hs +="	<TR>"
footer_hs +="		<TD COLSPAN=\"8\" ALIGN=\"CENTER\">"
footer_hs +="			<A HREF=\"../index.html\" TARGET=\"_top\">Reiki Spirit Home</A> - &nbsp;"
footer_hs +="			<A HREF=\"../church/c-reikifire.html\" TARGET=\"_top\">Reikifire Ministry</A> - &nbsp;"
footer_hs +="			<A HREF=\"../church/c-welcome.html\" TARGET=\"_top\">Divine Touch Ministry</A> - &nbsp;"
footer_hs +="			<A HREF=\"http://www.MedicineReiki.com\" TARGET=\"_top\">Medicine Reiki</A>"
footer_hs +="		</TD>"
	
footer_hs +="	</TR>"

footer_hs +="</TABLE>"
footer_hs +="<P>"
footer_hs +="</DIV>"
document.write(footer_hs)
