// JavaScript Document
//  This script generates the GIIC header for home and content pages


<!--
	document.writeln("<table width=750 border=0 cellspacing=0 cellpadding=0 align='center'>");
	document.writeln("	<tr><td width=75 rowspan=3><a href='../index.html'><img src='images/logo.gif' width=80 height=75 border=0></a></td>");
	document.writeln("		<td width=5 rowspan=3><img src='images/spcri.gif' width=5 height=75 border=0></td>");
	document.writeln("		<td colspan=3><img src='images/hdr.gif' width=480 height=38 border=0></td>");
	document.writeln("		<td><img src='images/spcri.gif' width=185 height=38 border=0></td></tr>");
	document.writeln("	<tr><td width=145><img src='images/spcr900.gif' width=145 height=2></td>");
	document.writeln("		<td width=182><img src='images/spcr900.gif' width=182 height=2></td>");
	document.writeln("		<td width=153><img src='images/spcr900.gif' width=153 height=2></td>");
	document.writeln("		<td width=185><img src='images/spcr900.gif' width=185 height=2></td></tr>");
	document.writeln("	<tr><td><img src='images/tagline1.gif' width=145 height=35></td>");
	document.writeln("		<td><img src='images/tagline2.gif' width=182 height=35></td>");
	document.writeln("		<td colspan=2><img src='images/tagline3.gif' width=338 height=35></td></tr></table>");

//-->

/* ORIGINAL HEADER
	document.writeln("<table width=750 border=0 cellspacing=0 cellpadding=0 align='center'>");
	document.writeln("<tr> <td width=100 rowspan=3><a href='../index.html'><img src='images/logo.gif' width=100 height=75 border=0></a></td>");
	document.writeln("<td colspan=3><a href='../index.html'><img src='images/hdr.gif' width=515 height=38 border=0></a></td>");
	document.writeln("<td>&nbsp;</td></tr>");
	document.writeln("<tr><td width=185><img src='images/spcr900.gif' width=185 height=2></td>");
	document.writeln("<td width=210><img src='images/spcr900.gif' width=210 height=2></td>");
	document.writeln("<td width=120><img src='images/spcr900.gif' width=120 height=2></td>");
	document.writeln("<td width=135><img src='images/spcr900.gif' width=135 height=2></td></tr>");
	document.writeln("<tr> <td><img src='images/tagline1.gif' width=185 height=35></td>");
	document.writeln("<td><img src='images/tagline2.gif' width=210 height=35></td>");
	document.writeln("<td colspan=2><div align='right' class='hdrText'>510.521.1743 phone<br>");
	document.writeln("<a href='mailto:info@girlsincislandcity.org'>info@girlsincislandcity.org</a></div></td></tr></table>");
*/