function drawPlanListings(list_text, bg_clr){
document.writeln("
");
var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
/*
document.writeln("| Sort By Square Feet: Lowest First | Highest First |
");
*/
document.writeln(" |
");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("| Plan Name: Sinclair | $469,000 | ");
document.writeln(" ");
document.writeln(" Community: ");
document.writeln("Section 5");
document.writeln("
");
document.writeln("");
document.writeln("Sq. Ft.: 4121 ");
document.writeln("Bedrooms: 4 ");
document.writeln("Baths: 3.5 ");
document.writeln("");
document.writeln(" |  View Plan | ");
document.writeln("Description: ");
document.writeln("Wilshire Homes: 2 story, 4 beds, 3.5 baths");
document.writeln(" | ");
document.writeln(" ");
document.writeln(" |
");
document.writeln("
");
}