<!-- Begin HEADER OPTIONS CODE

// NOTE: If you use a ' add a slash before it like this \'

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON




var flashcolor		= "194C66"	// FLASH BACKGROUND COLOR
var color		= "194C66"	// HEADER BACKGROUND COLOR
var flashheight		= "50"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "500"		// WIDTH OF THE FLASH (IN PIXELS)

var lines	 	= "yes"		// SHOW LINES ABOVE AND BELOW THE FLASH LOGO
var linecolortop	= "A2B2BC"	// COLOR OF THE LINES
var linecolorbot	= "A2B2BC"	// COLOR OF THE LINES
var lineheight		= "1"		// HEIGHT OF THE LINES IN PIXELS

var showsearch		= "yes"		// SHOW THE SEARCH FORM
var searchtext		= "Search:"	// TEXT FOR SEARCH FORM




// COPYRIGHT 2006 © 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+'">');

   if (lines == "yes") {
document.write('<tr><td height="'+lineheight+'" bgcolor="#'+linecolortop+'" colspan="2">');
document.write('<img src="picts/spacer.gif" width="15" height="'+lineheight+'"><br>');
}
document.write('</td></tr><tr><td ALIGN="LEFT">');
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" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="logo.swf">');
document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#'+flashcolor+'>');
document.write('<EMBED src="logo.swf" quality=high bgcolor=#'+flashcolor+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT><br>');








document.write('</td><td align="right" valign="middle">');



// START SEARCH FORM

   if (showsearch == "yes") {





document.write('<form method="get" action="http://www.google.com/custom" target="google_window">')

document.write('<table bgcolor="#003366">')

document.write('<tr><td nowrap="nowrap" valign="top" align="left" height="32">')


document.write('<label for="sbi" style="display: none">Enter your search terms</label>')

document.write('<input type="text" name="q" size="29" maxlength="255" value="" id="sbi"></input>')

document.write('<label for="sbb" style="display: none">Submit search form</label>')

document.write('<input type="submit" name="sa" value="Search" id="sbb"></input>')

document.write('<input type="hidden" name="client" value="pub-3223026428168321"></input>')

document.write('<input type="hidden" name="forid" value="1"></input>')

document.write('<input type="hidden" name="ie" value="ISO-8859-1"></input>')

document.write('<input type="hidden" name="oe" value="ISO-8859-1"></input>')

document.write('<input type="hidden" name="cof" value="GALT:#0066CC;GL:1;DIV:#999999;VLC:336633;AH:center;BGC:FFFFFF;LBGC:FF9900;ALC:0066CC;LC:0066CC;T:000000;GFNT:666666;GIMP:666666;FORID:1"></input>')

document.write('<input type="hidden" name="hl" value="en"></input>')

document.write('</td></tr></table>')

document.write('</form>')

}










// END SEARCH FORM





// BOTTOM LINE

   if (lines == "yes") {
document.write('</td></tr><tr><td height="'+lineheight+'" bgcolor="#'+linecolorbot+'" colspan="2">');
document.write('<img src="picts/spacer.gif" width="15" height="'+lineheight+'"><br>');
}
document.write('</td></tr></table>');







//  End -->