<!-- Begin HEADER OPTIONS CODE

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%">');

document.write('<td height="1" bgcolor="#808080" colspan="3"></td>');

document.write('<tr><td valign="bottom" align="left" height="43" width="156px" nowrap>');
document.write('<a href="http://www.clearcrm.com/"><img src="picts/logo.gif" border="0"></a></td>');
document.write('<td align="left" valign="middle" width="80%" nowrap>');
document.write('<h1 class="maintitle"><img src="picts/clearcrm.gif" border=0></h1></td>');

// START SEARCH FORM

<!-- Begin FusionBot.com site search engine code -->
document.write('<td align="right" valign="middle" width="20%">');
document.write('<table cellpadding="0" cellspacing="2" border="0">');
document.write('<tr><td colspan="2" class="search-font" nowrap>Search:&nbsp;<br></td>');
document.write('<td align="left">');
document.write('<form name=fbsearch method=GET action="http://ss880.fusionbot.com/cgi-bin/ss_query" style="margin:0;" target="_new">');
document.write('<input type=text name="keys" size="15" class="searchform">&nbsp;');
document.write('<input type="image" align="absmiddle" src="picts/search-off.gif" border="0" ');
document.write(' onmouseover="this.src=\'picts/search-on.gif\'" ');
document.write(' onmouseout="this.src=\'picts/search-off.gif\'" ');
document.write(' alt="search style="margin-right:7px">&nbsp;');
document.write('<input type=hidden name="sitenbr" value="157259496">');
document.write('</form>');
document.write('</td></table></td>');
<!-- End FusionBot.com site search engine code -->

// END SEARCH FORM

document.write('<tr><td height="1" bgcolor="#808080" colspan="3" width="100%">');
document.write('<img src="picts/spacer.gif" width="15" height="1"><br></td>');

document.write('</table>');

// START DATE SCRIPT

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('<div id="date-location">');
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + ", ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate())
document.write("</nobr></span>")
document.write('</div>');

//  End -->


