<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON




var color		= "0a2d7e"	// HEADER BACKGROUND COLOR (EDIT IN THE css FILE)
var showdate	= "yes"		// SHOW THE DATE ON THE PAGE
var stripes	 	= "yes"		// SHOW STRIPE UNDER THE FLASH
var showform	= "yes"		// SHOW FORM IN UPPER RIGHT CORNER





// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td align="left">');
document.write('<a href="/index.html"><img src="/picts/logo.jpg" border="0"></a><br>');


   if (stripes == "yes") {
document.write('</td></tr><tr class="printhide"><td class="pagebars">');
document.write('<img src="/picts/spacer.gif" width="10" height="1"><br>');
}
document.write('</td></tr></table>');



// START DATE SCRIPT
if (showdate == "yes") {

document.write('<div id="date-location" class="printhide">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}

if (showform == "yes") {

document.write('<div id="SHSform-location" class="printhide" align="right">'); 
document.write('<form name="GetBestAgent" method="post" action="http://www.buyeragentsearch.com/findanagent.php">')
document.write('<table border="0" width="400" cellpadding"0" cellspacing="0"><tr>');
document.write('<td colspan="2" align="center"><span style="color: #FFFFFF; font: 13px verdana, arial, sans-serif;font-weight: bold;">Find Buyer Agents Now</span></td></tr>');
document.write('<tr><td align="right"><span class=\"banner-font\"><strong>Property Type:<nobr></strong></span></td>');
document.write('<td align="right"><select name="PropertyType" class="shadeform1" style="width:200px">');
document.write('  <option selected value="Single Family">Single Family Home</option>');
document.write('  <option value="Multi-Family">Multi-Family Home</option>');
document.write('  <option value="Duplex">Duplex</option>');
document.write('  <option value="Condo/Townhome">Condo/Townhome</option>');
document.write('  <option value="Co-op">Co-op</option>');
document.write('  <option value="Second home">Second home</option>');
document.write('  <option value="Land">Land Only</option>');
document.write('  <option value="Farm/Ranch">Farm/Ranch</option>');
document.write('  <option value="Investment">Investment</option>');
document.write('  <option value="Commercial">Commercial</option>');
document.write('</select></td></tr>');

document.write('<tr><td align="right"><span class=\"banner-font\">When are you going to buy:<nobr></strong></span></td>');
document.write('<td align="right"><select name="Timing"  class="shadeform1" style="width:200px">');
document.write('  <option selected value="Will purchase ASAP">ASAP</option>');
document.write('  <option value="Will purchase in 1 to 3 mo.">1 to 3 months</option>');
document.write('  <option value="Will purchase in 3 to 6 mo.">3 to 6 months</option>');
document.write('  <option value="Will purchase in 6 to 12 mo.">6 to 12 months</option>');
document.write('  <option value="Will purchase in over 1 yr.">Over 1 year</option>');
document.write('  <option value="Will purchase when present home is sold">When present home is sold</option>');
document.write('  <option value="Undecided about when will purchase">Undecided</option>');
document.write('</select></td></tr>');

document.write('<tr><td align="right"><span class=\"banner-font\">');
document.write('<strong>What are your financing needs:<nobr></strong></span></td>');
document.write('<td align="right"><select name="Mortgage" class="shadeform1" style="width:200px">');
document.write('<option value="Has applied for a mortgage">Have applied</option>');
document.write('<option selected value="Has not applied for a mortgage">Have not applied</option>');
document.write('<option value="DO NOT send mortgage info">Not needed</option>');
document.write('<option value="Wants mortgage info.">Send Information </option>');
document.write('</select></td></tr>');

document.write('<tr><td></td><td align="center"><input type="submit" class="shadeform1" name="Submit" value="Continue" /></td></tr></table>');
document.write('</form></div>');

}


//  End -->
