function clearText(thefield)
{
	//if (thefield.defaultValue==thefield.value)
	if (thefield.value=='Keyword') {
	    thefield.value = "";
	}
}
/* send to friend */
function forwardJob(cJobId)
{
    win = window.open('https://www.healthcaresource.com/marywashington/index.cfm?fuseaction=search.jobDetails&template=dsp_email_job.cfm&cJobId='+cJobId,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=660,height=400,left=20,top=40");
}

