<!-- Begin HEADER OPTIONS CODE

// 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 flashheight		= "50"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var stripes	 	= "yes"		// SHOW STRIPE UNDER THE FLASH
var stripeheight	= "28"		// HEIGHT OF THE STRIPE
var positionLR		= "left"	// Title Position LEFT OR RIGHT
var positionX		= "10"		// Title Position X LOCATION
var positionY		= "50"		// Title Position Y LOCATION
var showTopPicture		= "yes"		// SHOW THE DATE ON THE PAGE






// 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

// FLASH ANIMATION
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'" class="printhide"><tr><td ALIGN="LEFT">');

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="logo.swf">');
document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#'+color+'>');
document.write('<EMBED src="logo.swf" quality=high bgcolor=#'+color+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT><br>');

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

// STRIPES
document.write('<span class="printhide">');
document.write('<img src="../picts/stretchbar.jpg" width="100%" height="'+stripeheight+'"><br>');
document.write('</span>');

// Slide of images at the top of the header

var twox = "<td background=\"../picts/slides/";
var thrx = " >";
var forx = "";
var img = "";

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#FFFFFF" class="printhide"><tr>');

forx += Math.floor(Math.random()*15);
img = forx;
if (img == "0") {
document.write(twox+ 'picturesframe-1.jpg"' +thrx);
}
if (img == "1") {
document.write(twox+ 'picturesframe-2.jpg"' +thrx);
}
if (img == "2") {
document.write(twox+ 'picturesframe-3.jpg"' +thrx);
}
if (img == "3") {
document.write(twox+ 'picturesframe-4.jpg"' +thrx);
}
if (img == "4") {
document.write(twox+ 'picturesframe-5.jpg"' +thrx);
}
if (img == "5") {
document.write(twox+ 'picturesframe-6.jpg"' +thrx);
}
if (img == "6") {
document.write(twox+ 'picturesframe-7.jpg"' +thrx);
}
if (img == "7") {
document.write(twox+ 'picturesframe-8.jpg"' +thrx);
}
if (img == "8") {
document.write(twox+ 'picturesframe-9.jpg"' +thrx);
}
if (img == "9") {
document.write(twox+ 'picturesframe-10.jpg"' +thrx);
}
if (img == "10") {
document.write(twox+ 'picturesframe-11.jpg"' +thrx);
}
if (img == "11") {
document.write(twox+ 'picturesframe-12.jpg"' +thrx);
}
if (img == "12") {
document.write(twox+ 'picturesframe-13.jpg"' +thrx);
}
if (img == "13") {
document.write(twox+ 'picturesframe-14.jpg"' +thrx);
}
if (img == "14") {
document.write(twox+ 'picturesframe-15.jpg"' +thrx);
}


document.write('<IMG SRC="../picts/spacer.gif" border="0" width="700" height="80" alt="spacer"><br>');
document.write('</td></tr></table>');


// STRIPES
document.write('<span class="printhide">');
document.write('<img src="../picts/stretchbar.jpg" width="100%" height="'+stripeheight+'"><br>');
document.write('</span>');

// TITLE in STRETCHBAR
document.write('<div id="title-location" style="'+positionLR+': '+positionX+'px; POSITION: absolute; TOP: '+positionY+'px">');

document.write('<span class="printhide">');
document.write('<img src="../picts/title.gif"><br>');
document.write('</span>');
document.write('</div>');

// -- END -->

