<!-- 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
var paragraph_2 	= "yes"		// SHOW THE 2ND 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 0 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('Register Now!<br></legend>');

document.write('<br> <strong>Click the image to Register your site for 2011!</strong><br>');

document.write('<br><p align ="center"><a href="registration.php"><img src="images/squarebutton125x125.jpg"></a><br>');


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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 0




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('Latest News Bits<br></legend>');

document.write('<br>~ New for 2010! <a href="news.htm">Team Guarantee</a></li> for courses hosting 100 players or more. <br>');

document.write('<br>~ Register Now for 2010! <br>');

document.write('<br>~ 2009 Photos are online from our Gallery Link <br>');

document.write('<br>~ Chad Watson from Boise Ranch is going to Hawaii for being the 2009 Top Site. <br>');

document.write('<br>~ New <a href="clubpros.htm">bonus level</a></li> for courses hosting 160+ players <br>');
document.write('<br><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "no") {

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

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

document.write('<br><img src="picts/welcome.jpg"><br><br>');

document.write('<br>The following links will take you to the final results pages for our Professional and our Amateurs  <br><br>');

document.write('<a href="finalistsp2009.php">2009 Pro Results</a></li>');
document.write('<br><br>');
document.write('<a href="finalistsa2009.php">2009 Amateur Results</a></li>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('ESPN Triple Play<br>Option<br></legend>');

document.write('<br><img src="picts/3plogo75.jpg"><br><br>The ESPN "Triple Play" can be an optional layer in the event. Sign up as a foursome and each player will play a 2 person better ball with each of the other players and get an additional dozen of the Callaway ix Tour balls. <br><br>');

document.write('<a href="tripleplay.htm">more information</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

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

document.write('View our Videos<br></legend>');

document.write('and here <br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2






// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('Callaway Staff Pros<br></legend>');

document.write('<br><img src="images/callawaylogo75.jpg"> <br><br><b>Are you a Callaway Staff Pro?</b> <br> <br> If so, you could become eligible for <u>3 Free Room Nights</u> when attending our National Finals Club Pro event! <br> <br>');

document.write('<a href="staffpro.htm">more information</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

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

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

document.write('<br><img src="images/protege75.jpg"> <br><br>Protege Sports is an innovative high tech leader in sports video training. <br> <br> Our cutting edge technology makes learning easy, effective and entertaining for student athletes of all ages and levels. No special software or computer downloads are needed to view your lesson. <br> <br>');

document.write('<a href="http://protegesportsinc.com">more information</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3



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


// -- END -->