

document.write('<div id="menu-header"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="25"><tr><td colspan="2">');

document.write('</td></tr><tr><td bgcolor="#FFFFFF" height="25" align="right" background="../images/background-menu-horz.gif">');
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" class="topmenuright"><tr><td>');


document.write('<a href="apply-now.php" class="menurighttop">Compare Lenders Now</a><br>');
document.write('</td><td>');
document.write('  |  <br></td><td>');


document.write('<a href="../massachusetts-homes-for-sale-by-owner.shtml" class="menurighttop">Homes For Sale By Owner</a><br>');
document.write('</td><td>');
document.write('  |  <br></td><td>');

document.write('<a href="../mortgage-preparing-to-apply.shtml" class="menurighttop">Prepare To Apply</a><br>');
document.write('</td><td>');
document.write('  |  <br></td><td>');

document.write('<a href="../mortgage-application-information.shtml" class="menurighttop">1003 Application</a><br>');
document.write('</td><td>');
document.write('  |  <br></td><td>');

document.write('<a href="../massachusetts-mortgage-broker.shtml" class="menurighttop">About</a><br>');
document.write('</td><td>');
document.write('  |  <br></td><td>');

document.write('<a href="../add-url.php" class="menurighttop">ADD URL</a><br>');
document.write('</td><td width="15"> <br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('<div id="date-position">');
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=\"topmenuright\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

