<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
// NOTE: blank header is logo/hp_500_blnk.gif
// NOTE: blank header to replace foreclosure search ad is logo/hp_400-blnk.gif
// NOTE: poll header to replace foreclosure search ad is logo/hp_500_poll-5.gif
// NOTE: poll header replacement logo/hp_500_ff-4.gif 4-9-10
// NOTE: poll header replacement logo/hp_500_ff-4.gif 4-9-10

//NOTE: Added 1 column for the two news links - Will need to delete it to put the logo/400-blnk.gif back into space

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="125"><tr><td colspan="2">');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr>');
document.write('<td width="550"><img src="logo/logo_hp-550-3.gif" HEIGHT="125" WIDTH="100%" border="0"><br></td>');
document.write('<td width="350"><a href="foreclosuresearch.html"><img src="logo/logo_fs-350.gif" HEIGHT="125" WIDTH="100%" border="0"></a><br></td>');
document.write('<td background="logo/logo_S-100.gif">&nbsp;</td>');
document.write('</tr></table>');

document.write('</td></tr><tr><td height="25" align="right" background="/headers/background-menu-horz-gray.gif">');
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" class="headermenu"><tr><td>');


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


document.write('&nbsp;<br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<br></td><td>');


document.write('&nbsp;<br>');
document.write('</td><td width="15">&nbsp;<br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');



// START DATE SCRIPT - DELETE ALL THE FOLLOWING LINES TO REMOVE


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 -->














