<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var sidewidth		= "150"		// SIDEBAR WIDTH (also edit CSS)
var pageheight		= "125"		// INCREASE PAGE HEIGHT

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var notes3		= "yes"		// SHOW 3RD NOTES
var notes4		= "no"		// SHOW FACEBOOK NOTES
var notes5		= "no"		// SHOW 5th NOTES


// TEMPLATE DATE

var showd		= "no"  	// SHOW THE DATE
var dateLR		= "right"  	// DATE LEFT OR RIGHT
var dateX		= "15"  	// DATE X LOCATION
var dateY		= "133"  	// DATE Y LOCATION


// FLASH CHANGER OPTIONS

var showsflash		= "no"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "D2D1CC"	// FLASH BACKGROUND COLOR





// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<br>');
document.write('<a href="http://www.hoodriverinn.com/special_day_val.htm"><img src="picts/menuVal.jpg" width="150" border="0"></a>');
document.write('<br><br>');
}


// FACEBOOK AREA
   if (notes4 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="center" class="note-title">');

document.write('catch us on facebook');

document.write('</td><td width="40" height="30">');

document.write('<a href="http://www.facebook.com/pages/Hood-River-OR/Best-Western-Hood-River-Inn/69198865827?sid=1286b81aacb9e57336a8486593699da2&ref=search" target="_blank"><img src="picts/facebook_icon.gif" alt="facebook" width="30" height="30" border="0"></a>');

document.write('</td></tr></table>');
document.write('<br><br>');
}



// 5th NOTES AREA
   if (notes5 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="center" class="note-title4">');

document.write('Join us for<br>Christmas');

document.write('</td></tr><tr><td class="note-text">');

document.write('<b>December 25th</b>');

document.write('<br>Start (or continue) a family tradition with Chef DeRestas mouth watering buffet. Special Room Rates available starting at <b>$79</b><br><a href="http://www.riversidehoodriver.com/holidays.html">Click Here<br>for the menu &gt;&gt;</a>');

document.write('<br><br>');

document.write('<img src="picts/index_CH.jpg" width="115">');

document.write('</td></tr></table>');
document.write('<br>');
}

// 1st NOTES AREA
   if (notes1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="center" class="note-title4">');

document.write('Ski<br>Packages');

document.write('</td></tr><tr><td class="note-text">');

document.write('<b>Stay and Ski/Ride Meadows</b>');

document.write('<br>Only $189 per night for two includes Room, Tax,<br>Hot Breakfast &<br>Lift Tickets <a href="specials.htm">Click Here<br>for more details &gt;&gt;</a>');

document.write('<br>');

document.write('<img src="picts/index_ski.jpg" width="115">');

document.write('</td></tr></table>');
document.write('<br>');
}



// 2nd NOTES AREA
   if (notes2 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="center" class="note-title">');

document.write('Best Rates!<br>');

document.write('</td></tr><tr><td class="note-text">');

document.write('We offer advance purchase discounts as deep as 15% off room rates on selected dates.');

document.write('<br><a href="http://book.bestwestern.com/bestwestern/priceAvail.do?propertyCode=38121" target="_blank">Click here &gt;&gt;</a> for more info and select -Show Rates- from the -Select Rate Plan- pull down menu<br>');

document.write('</td></tr></table>');
document.write('<br>');
}


// 3rd NOTES AREA
   if (notes3 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="center" class="note-title">');

document.write('Riverside Suites!<br>');

document.write('</td></tr><tr><td class="note-text">');

document.write('Five deluxe suites, configured in one, two, or three bedroom units are now open for one night or extended stays.');

document.write('<br><a href="suites.htm">Click here &gt;&gt;</a> for more Info <br><br>');

document.write('<img src="picts/suites/index_suite.jpg" width="115">');

document.write('</td></tr></table>');
document.write('<br><br>');
}






// 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 -->
