<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "000000"		// HEADER BACKGROUND COLOR
var showimage 		= "yes"	 		// SHOW A SMALL IMAGE ON THE HEADER RIGHT SIDE
var imaglink		= "index.cfm"		// SMALL IMAGE PAGE LINK
var showbar		= "yes"			// SHOW BAR 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

// START FLASH HEADER



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr bgcolor="#f7a408"><td width="224" ALIGN="LEFT" style="padding-right:10px;">');
document.write('<a href="index.cfm"><img src="picts/logo_new.gif" border="0"></a><br>');
document.write('</td><td align="left"><div style="padding-left:50px;">');
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 558, 121, 0, 500, 0, "R")
document.write('</div></td></tr></table>');



// HEADER BAR

   if (showbar == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td class="pagebars">');
document.write('<img src="picts/spacer.gif" height="1" width="15" border="0"><br>');
document.write('</td></tr></table>');
}




//  End -->