
var 
link1 = "<a href='http://www.heritagepm.com/index.html' class='menu'>Home</a>"
link2 = "<a href='http://www.heritagepm.com/management.html' class='menu'>Management Services</a>"
link3 = "<a href='http://www.heritagepm.com/rental.html' class='menu'>Rental Listings</a>"
link4 = "<a href='http://www.heritagepm.com/single.html' class='menu'>Single Family Homes</a>"
link5 = "<a href='http://www.heritagepm.com/multiple.html' class='menu'>Multiple Unit Homes</a>"
link6 = "<a href='http://www.heritagepm.com/applicant.html' class='menu'>Applicant Requirements</a>"
link7 = "<a href='http://www.heritagepm.com/application.html' class='menu'>Applications</a>"
link8 = "<a href='http://www.heritagepm.com/info.html' class='menu'>Information/Downloads</a>"
link9 = "<a href='http://www.heritagepm.com/about.html' class='menu'>About Us</a>"
link10 = "<a href='http://www.heritagepm.com/contact.html' class='menu'>Contact Us</a>"
//link11 = "<a href='owner.html' class='menu'>Property Status</a>"


function writeMenu() {
document.write(link1 + ' | ' + link2 + ' | ' + link3 + ' | ' + link4 + ' | ' + link5 + ' <br> ' + link6 + ' | ' + link7 + ' | ' + link8 + ' | ' + link9 + ' | ' + link10 + '<br><br>' + '<font class="menu">' + '&copy;2003-2011 Heritage Property Management   DRE Licence 01193798' + '<br>' + 'This site best viewed in IE 5.0 or above, JavaScript enabled and text at 100%' + '</font>')

}



