// 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=150 rowspan=3 valign='top'><a href='http://www.girlsinc.org'><img src='images/natGI.gif' width=150 height=85 border=0></a></td>");
	document.writeln("<td width=10><img src='images/spcrFFC.gif' width=10 height=41></td>");
	document.writeln("<td>&nbsp;</td></tr>");
	document.writeln("<tr><td width=10><img src='images/spcr900.gif' width=10 height=2></td>");
	document.writeln("<td width=590 height=2><img src='images/spcr900.gif' width=590 height=2></td></tr>");
	document.writeln("<tr><td><img src='images/spcrFFC.gif' width=10 height=42></td>");
	document.writeln("<td valign='top'><div align='center' class='ftrText'>&copy; 2005-2009 Girls Incorporated of the Island City - http://www.girlsincislandcity.org<br>");
	document.writeln("1724 Santa Clara Ave, Alameda, CA 94501<br>");
	document.writeln("(510)521-1743 - <a href='mailto:info@girlsincislandcity.org'>info@girlsincislandcity.org</a><br>");
	document.writeln("</div></td></tr></table>");
//-->