function WritePageHeader()
{
	
document.write('<TABLE BGCOLOR=#000000 WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=5>');
document.write('<TR><TD WIDTH=100%>');

document.write('<TABLE BGCOLOR=#000000 ALIGN=CENTER WIDTH=100% CELLSPACING=0 BORDER=0 CELLPADDING=5>');
document.write('<TR HEIGHT=100%>');
	document.write('<TD COLSPAN=2 ALIGN=center>');
	document.write('<SPAN ID=Title>');
	document.write('<NOBR>jesus christ</NOBR> <NOBR>smokes holy</NOBR> <NOBR>gasoline</NOBR>');
	document.write('</SPAN>');

	document.write('</TD></TR>');
	document.write('<TR><TD ALIGN=LEFT>');
	document.write('<a target="_top" href="http://www.jcshg.com/jesus.html"><img src="http://www.jcshg.com/images/jc_logo_small.gif" border=0></a>');
	document.write('</TD><TD ALIGN=RIGHT>');
	document.write('<SPAN ID=Section>');
	document.write(Section);
	document.write('</SPAN>');
	document.write('</TD></TR>');
	document.write('</TABLE>');
	
	document.write('</TD></TR>');
	document.write('</TABLE>');
								
}