<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON



var color		= "E2E3DE"		// HEADER BACKGROUND COLOR
var linkedimg		= "index.cfm"		// LOGO PAGE LINK


var showimage		= "no"			// SHOW A HEADER IMAGE (60 x 60 pixels)
var linked		= "index.cfm"		// IMAGE PAGE LINK






// 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="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td ALIGN="LEFT">');
document.write('<a href="'+linkedimg+'"><img src="picts/logo.gif" border="0"></a><br>');
document.write('</td><td width="80" align="center">');
// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<a href="'+linked+'"><img src="picts/header.jpg" border="0" class="borders"></a><br>');
}
else {
document.write('<img src="picts/spacer.gif" width="10" height="10" border="0"><br>');
}
document.write('</td></tr></table>');


//  End -->