<!-- 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		= "0265FB"	// HEADER BACKGROUND COLOR (edit in CSS)
var headwidth		= "100%"	// HEADER OVERALL WIDTH
var flashheight		= "90"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "600"		// WIDTH OF THE FLASH (IN PIXELS)
var topbar		= "yes"		// SHOW TOP ROUND CORNER BAR


var showimage		= "no"			// SHOW IMAGE IN THE RIGHT HEADER
var headerlink		= "search-listings.htm" // SMALL HEADER IMAGE LINK
var image_border	= "C0C0C0"		// SMALL IMAGE BORDER COLOR







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

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


if (topbar == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+headwidth+'" class="printhide"><tr><td width="16">');
document.write('<img src="picts/corner-left.gif" width="16" height="16"><br>');
document.write('</td><td class="headerbarcolor">');
document.write('<img src="picts/spacer.gif" width="10" height="16"><br>');
document.write('</td><td width="16">');
document.write('<img src="picts/corner-right.gif" width="16" height="16"><br>');
document.write('</td></tr></table>');
}

document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+headwidth+'" bgcolor="#'+color+'" class="headercolor"><tr><td valign="middle">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="logo">');
document.write('<param name="movie" value="logo.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="scale" value="exactfit">');
document.write('<param name="bgcolor" value="#'+color+'">');
document.write('<embed src="logo.swf" quality="high" wmode="transparent" scale="exactfit" bgcolor="#'+color+'"  width="'+flashwidth+'" height="'+flashheight+'" name="logo" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br>');

if (showimage == "yes") {
document.write('</td><td width="120" align="center" valign="middle">');
document.write('<a href="'+headerlink+'"><img src="picts/header.jpg" height="70" width="100" border="0" style="border: #'+image_border+' 1px solid;"></a><br>');
}

document.write('</td></tr></table>');


//  End -->
