<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var color		= "FFFFFF"		// HEADER BACKGROUND COLOR
var showimage 		= "no"	 		// SHOW A SMALL IMAGE ON THE HEADER RIGHT SIDE
var imaglink		= "contact.htm"		// SMALL IMAGE PAGE LINK
var bordercolor		= "CCCCCC"		// HEADER BOTTOM BORDER COLOR
var borderIMGcolor	= "F0F0F0"		// IMAGE LEFT BORDER COLOR




// 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

// START LOGO HEADER

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'" style="border-bottom: #'+bordercolor+' 3px solid;"><tr><td ALIGN="CENTER">');
document.write('<a href="index.html"><IMG SRC="picts/wsfia_banner_2.jpg" border="0" alt="Home"></a><br>');

document.write('</td></tr></table>');




//  End -->
