<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var paragraph_5		= "yes"		// SHOW THE 5TH PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Vacation Guide<br></legend>');

document.write('Get a 2010 Central Colorado Vacation Guide. <a href="http://nowthisiscolorado.com/contact/visitorsguide.cfm" target="_blank">Get it Now</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Featured Business<br></legend>');

document.write('Go see the friendly folks at PakMail, because they can pack and ship anything, anywhere!  Convenienetly located on Highway 50 in Salida, they are open Monday thru Saturday.  <a href="http://www.salidapakmail.com/" target="_blank">Salida Pak Mail</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Featured Dining<br></legend>');

document.write('This restaurant is dedicated to serving you the freshest, boldest flavors both on your plate and in your wineglass.  Serving Modern American Cusine with an emphasis on fresh, (never frozen), seafood.  <a href="http://www.laughingladiesrestaurant.com/" target="_blank">Laughing Ladies Restaurant</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3

// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('Featured Lodging<br></legend>');

document.write('A unique 5 bedroom, 5 bath vacation rental, with a 27 foot long hot springs soaking pool, and over 450 feet of creek access for fishing or wading. <a href="http://treehousehotspring.com/" target="_blank">Treehouse Hot Springs</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4


// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

document.write('<fieldset><legend>');

document.write('Featured Real Estate<br></legend>');

document.write('Want to own your piece of the Colorado dream?  Let me do all the hard work for you.   <a href="http://martinepp.com" target="_blank">Martin Epp, Broker Associate</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5

document.write('</td></tr></table>');


// -- END -->
