<!-- Begin

document.write('<div id="menulocation">');
document.write('<table width="175" border="0" cellpadding="0" cellspacing="0"><tr><td class="menu-top-border">');
document.write('<img src="/images/menu-top.gif" width="175" height="119" class="menutrans"></a><br>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/investors/" class="menu">INVESTORS LOGIN</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/index.html" class="menu">Overview</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/borrowers.html" class="menu">Borrowers</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/borrowers.html#borrowersapp" class="menu2"> &nbsp; &gt; Borrower Application</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/notesellers.html" class="menu">Deed of Trust & Note Sellers</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/notesellers.html#notesellerapp" class="menu2"> &nbsp; &gt; Note Seller Application</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/investors.html" class="menu">Investors</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/investors.html#register" class="menu2"> &nbsp; &gt; Investor Application</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/samplelistings.html" class="menu">Sample Listings</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/contact.html" class="menu">Contact Us</a>');

document.write('</td></tr><tr><td height="100" class="menu-bottom-line">');
document.write('<img src="/images/spacer.gif" width="175" height="1"></a><br>');
document.write('</td></tr><tr><td align="center">');

document.write('<img src="/images/spacer.gif" width="175" height="20" border="0"></a><br>');

document.write('</td></tr></table></div>');







// Date 

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=\"date-font\"><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>');

//  End -->