<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "000000"	// HEADER BACKGROUND COLOR
var stripcolor		= "367BA7"	// HEADER MENU STRIPE COLOR
var flashheight		= "110"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "500"		// WIDTH OF THE FLASH (IN PIXELS)
var date 		= "yes" 	// SHOW DATE



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'"><tr><td width="125">');
document.write('<img src="http://www.socialworksearch.com/website/picts/spacer.gif" HEIGHT="10" WIDTH="125"><br>');
document.write('<td align="left" valign="center">');
document.write('&nbsp;&nbsp;&nbsp;<a href="http://www.socialworksearch.com/html/advertise.shtml" title="Advertise" TARGET="_blank"><img src="http://www.socialworksearch.com/banners/advertise.jpg" border="0" width="109" height="109" alt="Advertise">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="590" Height ="109">');
document.write('<param name=movie value="http://www.socialworksearch.com/website/sws.swf">');
document.write('<param name=quality value=high>');
document.write('<PARAM NAME=menu VALUE=false> <embed src="Movie1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="590" Height ="109"></embed></EMBED>');
document.write('</OBJECT>');
document.write('<a href="http://www.socialworkjobsearch.com" TARGET="_blank"><img src="http://www.socialworkjobsearch.com/jobsearch.jpg" border="0" width="109" height="109" alt="Job & Resume Search!">');
document.write('</td><td width="10">');
document.write('&nbsp;<br>');
document.write('</td></tr><tr><td bgcolor="#'+stripcolor+'" colspan="2" height="20" align="right">');
document.write('<TABLE cellpadding="0" cellspacing="4" border="0" ><tr><td><br>');


// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 3 LINES TO ADD A LINK

document.write('</td><td valign="bottom">');
//document.write('<center><IMG SRC="http://www.socialworksearch.com/cgi/htdocs/images/new.gif" BORDER=0></center>');
document.write('<a href="http://www.socialworksearch.com/html/advertise.shtml" class="menuhorz">Advertise With Us?</a>');

document.write('</td><td valign="bottom">');
//document.write('<center><IMG SRC="http://www.socialworksearch.com/cgi/htdocs/images/new.gif" BORDER=0></center>');
document.write('<a href="http://www.socialworksearch.com/cgi/socialwork.cgi?search=COOL" class="menuhorz">Cool Links?</a>');

document.write('</td><td valign="bottom">');
//document.write('<center><IMG SRC="http://www.socialworksearch.com/cgi/htdocs/images/new.gif" BORDER=0></center>');
document.write('<a href="http://www.socialworksearch.com/cgi/socialwork.cgi?go=new" class="menuhorz">New Listings?</a>');

document.write('</td><td valign="bottom">');
//document.write('<center><IMG SRC="http://www.socialworksearch.com/cgi/htdocs/images/new.gif" BORDER=0></center>');
document.write('<a href="http://www.socialworksearch.com/cgi/hsx.cgi?show=hits_report" class="menuhorz">Most Popular?</a>');

document.write('</td><td align="right">');
document.write('<FORM METHOD=GET ACTION="http://www.socialworksearch.com/cgi/socialwork.cgi" NAME="SearchForm">');
document.write('<FONT COLOR="white">Search For &nbsp;<INPUT NAME="Terms" MAXLENGTH=800 SIZE=25 VALUE="">&nbsp;');
document.write('<INPUT TYPE=submit VALUE="Go">');
document.write('</FORM>');
document.write('<FONT COLOR="white"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Post a <IMG SRC="http://www.socialworksearch.com/cgi/htdocs/images/new.gif" BORDER=0><a href="http://www.socialworkjobsearch.com/socialworkjobsearch.cgi?type=member&action=register"><FONT COLOR="yellow">RESUME</FONT></a><IMG SRC="http://www.socialworksearch.com/cgi/htdocs/images/new.gif" BORDER=0> or <IMG SRC="http://www.socialworksearch.com/cgi/htdocs/images/new.gif" BORDER=0><a href="http://www.socialworkjobsearch.com/socialworkjobsearch.cgi?type=member&action=register"><FONT COLOR="yellow">JOB POSTING</FONT></a><IMG SRC="http://www.socialworksearch.com/cgi/htdocs/images/new.gif" BORDER=0> for FREE!</b></FONT>');

document.write('</td></tr></table>');
document.write('</td><td bgcolor="#'+stripcolor+'">');
document.write('&nbsp;<br>');
document.write('</td></tr></table>');




// START DATE SCRIPT

// COPYRIGHT 2004 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

   if (date == "yes") {
document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"headermenu\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
}



//  End -->