﻿<!-- 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

// bonotes: changes properties for area above menu - DO NOT DELETE THIS FILE! 


var color		= "403F4C"	// HEADER BACKGROUND COLOR
var bordertop		= "000000"	// TOP BORDER COLOR
var borderbot		= "000000"	// BOTTOM BORDER COLOR
var headerheight	= "100"		// OVERALL HEADER HEIGHT
var botM		= "0"		// HEADER BOTTOM MARGIN
var topM		= "0"		// HEADER TOP MARGIN
var borderthk		= "0"		// BORDER THICKNESS

var logolink		= "http://www.bolandy.com"	// PAGE TO LINK THE LOGO TO


// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// bonote: this next section inserts the actual logo file	
// bonote: add:  " <a href="'+logolink+'"> "  immedietly preceeding " '<img src="http://www.bolandy.com/logo.gif" width="625" height="110">' " (no quotes) in order to activate the link specified in the section above

document.write('<table cellpadding="0" cellspacing="5" border="0" width="100%" style="background-color: #'+color+'; BORDER-TOP: #'+bordertop+' '+borderthk+'px solid; BORDER-BOTTOM: #'+borderbot+' '+borderthk+'px solid; height: '+headerheight+'px; margin-top: '+topM+'px; margin-bottom: '+botM+'px;"><tr><td align="center" valign="middle">');
document.write('<img src="http://www.bolandy.com/logo.gif" width="625" height="110">');
document.write('</td></tr></table>');


//  End -->