<!-- 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 	= "yes"		// SHOW THE 1ST PARAGRAPH... Admission
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH... Discounts
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH... Sponsors
var showimage		= "no"		// SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		// SHOW SIDEBAR SCROLLER
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('Admission:<br></legend>');

document.write('Cars are $15 <br>');
document.write('Buses are $1/person with a $15 minimum.<br> <a href="ContactUs.htm">Contact us...</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.htm"><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('Discounts<br></legend>');

document.write('Get $2 off with any bag of gently used items donated to Goodwill of Southern Nevada at any Goodwill location in las Vegas or Henderson or on-site at the event.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Sponsors<br></legend>');

document.write('<a href="http://USBank.com" target="_blank">US Bank</a><br>');
//document.write('<a href="http://www.accessclarkcounty.com/parks" target="_blank">Clark County Parks & Rec</a><br>');
document.write('<a href="http://www.sngoodwill.org/" target="_blank">Goodwill</a><br>');
//document.write('<a href="http://www.allegiantair.com/" target="_blank">Allegiant Air</a><br>');
//document.write('<a href="http://www.ksne.com/" target="_blank">Sunny 106.5 FM</a><br>');
//document.write('<a href="http://www.lvrj.com/" target="_blank">Review Journal</a><br>');
//document.write('<a href="http://www.clearchanneloutdoor.com/" target="_blank">Clear Channel Outdoor</a><br>');
//document.write('<a href="http://outdoorpromotionsinc.com/" target="_blank">Outdoor Promotions, LLC</a><br>');
//document.write('<a href="http://www.NVEnergy.com/" target="_blank">NV Energy</a><br>');
//document.write('<a href="http://www.Fox5Vegas.com/" target="_blank">Fox 5</a><br>');
document.write('<a href="http://www.WinterlandInc.com/" target="_blank">Winterland</a><br>');
document.write('<a>  </a><br>');
document.write('<a>The Gift of Lights is proudly produced by Meehan and Associates</a><br>');



document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2




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


// -- END -->