function vmtiles() {
path = 'http://media.washingtonpost.com/wp-adv/classifieds/realestate/nav/images/';
reUrl = window.location.href;

function doLoop() {
var realEstate = new Array('newhomes','plancomm','luxury','50living','golfcomm','resorthomes','grandopenings','immediatedelivery','condos','homefinance','settlements')

for (var i = 0; i<realEstate.length; i++)
{
title = realEstate[i];
 
nav = '<tr><TD BGCOLOR="#333366" HEIGHT="1"><SPACER TYPE="BLOCK" HEIGHT="1"></TD></tr><tr><td valign="top" align="left"><a href="http://www.washingtonpost.com/wp-adv/specialsales/realestate/'+title+'.html"><img src="http://media.washingtonpost.com/wp-adv/classifieds/realestate/nav/images/'+title+'.gif" border="0" name="n_'+title+'" width="142" height="18"></a></td></tr>';

document.write(nav);
}
}

document.write('<table width="142" cellpadding="0" cellspacing="0" border="0">');
doLoop()
document.write('<tr><TD BGCOLOR="#333366" HEIGHT="1"><SPACER TYPE="BLOCK" HEIGHT="1"></TD></tr><tr></table>');

}
function checkNav() {
if (reUrl.match("newhomes.html")) document.n_newhomes.src = ''+path+'newhomes_hi.gif';
else if (reUrl.match("plancomm.html")) document.n_plancomm.src = ''+path+'plancomm_hi.gif';
else if (reUrl.match("luxury.html")) document.n_luxury.src = ''+path+'luxury_hi.gif';
else if (reUrl.match("50living.html")) document.n_50living.src = ''+path+'50living_hi.gif';
else if (reUrl.match("golfcomm.html")) document.n_golfcomm.src = ''+path+'golfcomm_hi.gif';
else if (reUrl.match("condos.html")) document.n_condos.src = ''+path+'condos_hi.gif';
else if (reUrl.match("homefinance.html")) document.n_homefinance.src = ''+path+'homefinance_hi.gif';
else if (reUrl.match("openings.html")) document.n_grandopenings.src = ''+path+'grandopenings_hi.gif';
else if (reUrl.match("resorthomes.html")) document.n_resorthomes.src = ''+path+'resorthomes_hi.gif';
else if (reUrl.match("settlements.html")) document.n_settlements.src = ''+path+'settlements_hi.gif';
else if (reUrl.match("immediatedelivery.html")) document.n_immediatedelivery.src = ''+path+'immediatedelivery_hi.gif';
else '';
}


if ((typeof thisNode != 'undefined') && (thisNode.indexOf("homeprice") != -1)) {
var interstitial = '';
}

