function writeHeader(){
	document.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'>");
	document.write("<tr>");
   document.write("<td width='195'><img border='0' src='images/hdr_sign.jpg' width='195' height='97'></td>");
   document.write("<td align='center' background='images/bg_header.gif'>");
   document.write("<span class='header_1'>Bishop James Memorial Camp and Conference Centre</span>");
   document.write("<br>");
   document.write("<span class='header_2'>Stuart Mill</td>");
	document.write("</tr>");
	document.write("<tr>");
  	document.write("<td colspan='2' height='1' bgcolor='black'></td>");
	document.write("</tr>");
	document.write("</table>");
}
