<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var sidewidth		= "200"		// SIDEBAR WIDTH (also edit CSS)
var pageheight		= "125"		// INCREASE PAGE HEIGHT

var toplogo		= "no"		// view top logo
var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var notes3		= "no"		// SHOW 3rd NOTES

// TEMPLATE DATE

var showd		= "no"  	// SHOW THE DATE
var dateLR		= "right"  	// DATE LEFT OR RIGHT
var dateX		= "5"  	// DATE X LOCATION
var dateY		= "140"  	// DATE Y LOCATION


// FLASH CHANGER OPTIONS

var showsflash		= "no"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "7294a8"	// FLASH BACKGROUND COLOR
var flashwC		= "150"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "135"		// HEIGHT OF THE FLASH CHANGER
var bordercolor		= "7294a8"	// FLASH CHANGER BOTTOM BORDER COLOR





// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" style="border-bottom: #'+bordercolor+' 1px solid;"><tr><td valign="top">');
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="'+flashwC+'" HEIGHT="'+flashhC+'" id="imagechanger">');
document.write('<PARAM NAME="movie" VALUE="imagechanger.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<EMBED src="imagechanger.swf" quality="high" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" NAME="imagechanger" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');
//document.write('<br>');
}



// Toplogo Area
   if (toplogo == "yes") {
document.write('<img src="" > ');
}






// 1st NOTES AREA
   if (notes1 == "yes") {

// document.write('<br>');
document.write('<img src="blueboarinn_pics/blueboarinn_pineapple.gif">');
document.write('<a href="index.html" class="menu">HOME</a>');
document.write('<a href="blueboarinn_lodgerooms.html" class="menu">RETREAT ROOMS</a>');
document.write('<a href="blueboarinn_cabins.html" class="menu">COTTAGES</a>');
document.write('<a href="blueboarinn_specialevents.html" class="menu">YOUR SPECIAL EVENT</a>');
document.write('<a href="blueboarinn_commons.html" class="menu">COMMON AREAS</a>');
document.write('<a href="blueboarinn_dining.html" class="menu">KITCHEN &amp; DINING</a>');
document.write('<a href="blueboarinn_rates.html" class="menu">RATES</a>');
document.write('<a href="blueboarinn_thingstodo.html" class="menu">THINGS TO DO</a>');
document.write('<a href="blueboarinn_history.html" class="menu">BLUE BOAR HISTORY</a>');
document.write('<a href="blueboarinn_contactus.html" class="menu">CONTACT US</a>');

   }














// 2nd NOTES AREA
   if (notes2 == "yes") {

document.write('<br>');
document.write('<br>');
// document.write('<br>');
document.write('<a href="http://www.webervations.com/magic-scripts/resbook.asp?memberid=blueboar" class="menublack">Availability<br>and<br>Reservations</a>');
//document.write('<a href="http://www.webervations.com/magic-scripts/giftcert.asp?memberid=3295" class="menublack">Gift Certificates</a>');
document.write('<a href="blueboarinn_location.html" class="menublack">Maps and Directions</a>');
document.write('<a href="blueboarinn_photogallery.html" class="menublack">Photo Gallery</a>');
document.write('<a href="blueboarinn_property.html" class="menublack">Facility Layout</a>');
//document.write('<a href="http://www.webervations.com/magic-scripts/lastminutedeals.asp?memberid=blueboar" class="menublack">Last Minute Specials</a>');
}


// 3nd NOTES AREA
   if (notes3 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="left" class="note-title">');

document.write('Notes Area<br>');

document.write('</td></tr><tr><td class="note-text">');

document.write('Edit this area with your own text and links. This text is in the global sidebar.js. Edit this file in a text editor to update all pages at one time.<br>');

document.write('<br><a href="contact.htm">Sample link &gt;&gt;</a><br>');

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




// START DATE SCRIPT


   if (showd == "yes") {
document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px" class="printhide">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
}



//document.write('<img src="picts/spacer.gif" width="'+sidewidth+'" height="'+pageheight+'"></a><br>');


//  End -->
