function housingmain()
{
//9
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write('
'); } // d6603555
if (ranNum == 1){document.write('
'); } // d6603560
if (ranNum == 2){document.write('
'); } // d6603563
if (ranNum == 3){document.write('
'); } // d6603570
if (ranNum == 4){document.write('
'); } // d6603587
if (ranNum == 5){document.write('
'); } // d6582807
if (ranNum == 6){document.write('
'); } // d6582815
if (ranNum == 7){document.write('
'); } // d6582824
if (ranNum == 8){document.write('
'); } // d6582826
if (ranNum == 9){document.write('
'); } // d6582835
}