<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON



var color		= "008080"	// HEADER BACKGROUND COLOR
var flashheight		= "130"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "100%"	// WIDTH OF THE FLASH (IN PERCENT %%%)

var stripecolor		= "33CCCC"	// STRIPECOLOR UNDER MENU
var stripeheight	= "10"		// STRIPE HEIGHT UNDER MENU




// COPYRIGHT 2007 © 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%" class="printhide"><tr><td align="left" valign="middle" height="'+stripeheight+'" colspan="2" bgcolor="#'+stripecolor+'">');

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+stripeheight+'" WIDTH="20" border="0"><br>');

document.write('</td></tr><tr><td ALIGN="center" VALIGN="top" bgcolor="#'+color+'">');
document.write('<a href="home.htm"><IMG SRC="picts/logo.jpg" border="0"></a><br><br>');
document.write('</td></tr></table>');

//  End -->