// JavaScript Document

<!--

function JSFG_writeLeftColumn() {	

	htmlCode = 
'	<HR ALIGN="RIGHT" WIDTH="100%" SIZE="1" COLOR="6D4303">' +
'	<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0">' +
'		<TR>' +
'			<TD WIDTH="20" VALIGN="TOP"><IMG SRC="images/Pointer.gif" WIDTH="13" HEIGHT="12"></TD>' +
'			<TD HEIGHT="100%"><P><A HREF="BETA%20index.html">Home</A></P></TD>' +
'		</TR>' +
'		<TR>' +
'			<TD WIDTH="20" VALIGN="TOP"><IMG SRC="images/Pointer.gif" WIDTH="13" HEIGHT="12"></TD>' +
'			<TD HEIGHT="100%"><P><A HREF="BETA who_we_are.htm">Who We Are</A></P></TD>' +
'		</TR>' +
'		<TR>' +
'			<TD WIDTH="20" VALIGN="TOP"><IMG SRC="images/Pointer.gif" WIDTH="13" HEIGHT="12"></TD>' +
'			<TD HEIGHT="100%"><P><A HREF="BETA what_we_offer.htm">What We Offer</A></P></TD>' +
'		</TR>' +
'		<TR>' +
'			<TD WIDTH="20" VALIGN="TOP"><IMG SRC="images/Pointer.gif" WIDTH="13" HEIGHT="12"></TD>' +
'			<TD HEIGHT="100%"><P><A HREF="BETA job_seekers.htm">Job Seekers</A></P></TD>' +
'		</TR>' +
'		<TR>' +
'			<TD WIDTH="20" VALIGN="TOP"><IMG SRC="images/Pointer.gif" WIDTH="13" HEIGHT="12"></TD>' +
'			<TD HEIGHT="100%"><P><A HREF="BETA jobs_online.htm">Finding Jobs Online</A></P></TD>' +
'		</TR>' +
'		<TR>' +
'			<TD WIDTH="20" VALIGN="TOP"><IMG SRC="images/Pointer.gif" WIDTH="13" HEIGHT="12"></TD>' +
'			<TD HEIGHT="100%"><P><A HREF="BETA training.htm">Job Search Training</A></P></TD>' +
'		<TR>' +
'			<TD WIDTH="20" VALIGN="TOP"></TD>' +
'			<TD HEIGHT="100%"><BR><H3>Employers</H3></TD>' +
'		</TR>' +
'		<TR>' +
'			<TD WIDTH="20" VALIGN="TOP"><IMG SRC="images/Pointer.gif" WIDTH="13" HEIGHT="12"></TD>' +
'			<TD HEIGHT="100%"><P><A HREF="BETA employer.htm">Post a Job</A></P></TD>' +
'		</TR>' +
'		<TR>' +
'			<TD WIDTH="20" VALIGN="TOP"><IMG SRC="images/Pointer.gif" WIDTH="13" HEIGHT="12"></TD>' +
'			<TD HEIGHT="100%"><P><A HREF="BETA employer.htm">Request an Employee Profile</A></P></TD>' +
'		</TR>' +
'		<TR>' +
'			<TD WIDTH="20" VALIGN="TOP"><IMG SRC="images/Pointer.gif" WIDTH="13" HEIGHT="12"></TD>' +
'			<TD HEIGHT="100%"><P><A HREF="BETA profiles.htm">View Employee Profile</A></P></TD>' +
'		</TR>' +
'	</TABLE>' +

'	<BR>' +
'	<HR ALIGN="RIGHT" WIDTH="100%" SIZE="1" COLOR="6D4303">' +
'	<BR>' +
'	Search JSFG.com:<BR>' +
'	<INPUT TYPE=text NAME=keys VALUE="" SIZE=10>' +
'	<INPUT TYPE=submit NAME=Submit VALUE="GO">' +
'	<BR>' +
'	<A HREF="http://ss020.logika.net/cgi-bin/ss_sitemap?sitenbr=57073116&ct=0">sitemap</A>' +
'	<FORM ACTION="http://ss020.logika.net/cgi-bin/ss_query" METHOD=GET>' +

'	<INPUT TYPE=hidden NAME=ct VALUE=0>' +
'	<INPUT TYPE=hidden NAME=sitenbr VALUE=57073116>' +

'	</FORM>' +

'	<HR ALIGN="RIGHT" WIDTH="100%" SIZE="1" COLOR="6D4303">' +
'	<P>Comments or suggestions?<BR>' +
'	Please E-Mail: <A HREF="mailto:JSFG@fuse.net">JSFG@fuse.net</A></P>' +
'	<P>Copyright &copy;2003<BR>Job Search Focus Group<BR>All rights reserved.</P>'

	document.write(htmlCode)
}

//-->