function drawHomeListings(list_text, bg_clr){ document.writeln(""); var sPath = window.location.pathname; var sPage = sPath.substring(sPath.lastIndexOf('/') + 1); document.writeln(""); document.writeln("


"); document.writeln("No Homes Available"); document.writeln("

"); }