<!-- 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 color		= "000000"	// HEADER BACKGROUND COLOR
var headerline		= "yes"		// SHOW LINE UNDER HEADER

// 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="10" cellspacing="0" border="0" width="100%"><tr><td align="center" bgcolor="white">');



document.write('<a href="index.html"><img src="images/logo_7.jpg" border="0"></a>');

document.write('<TABLE cellpadding="1" cellspacing="0" border="0" align="right" ><tr><td class="smalltitle">');

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



if (headerline == "yes") {
document.write('<img src="picts/spacer.gif" height="8" width="10" border="0"><br>');
}

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

//  End -->
