<!-- 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		= "000000"	// HEADER BACKGROUND COLOR
var bordertop		= "000000"	// TOP BORDER COLOR
var borderbot		= "000000"	// BOTTOM BORDER COLOR
var headerheight	= "45"		// OVERALL HEADER HEIGHT
var botM		= "0"		// HEADER BOTTOM MARGIN
var topM		= "0"		// HEADER TOP MARGIN
var borderthk		= "1"		// BORDER THICKNESS

var logolink		= "index.html"	// PAGE TO LINK THE LOGO TO




// COPYRIGHT 2009 © 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%" style="background-color: #'+color+'; BORDER-TOP: #'+bordertop+' '+borderthk+'px solid; BORDER-BOTTOM: #'+borderbot+' '+borderthk+'px solid; height: '+headerheight+'px; margin-top: '+topM+'px; margin-bottom: '+botM+'px;"><tr><td align="center" valign="middle">');
document.write('<a href="'+logolink+'"><img src="picts/logo.jpg" border="0"></a><br>');
document.write('</td></tr></table>');

//  End -->