<!-- 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!</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('Senior Division <br></legend>');
document.write('<br><u><strong>A great opportunity for increasing your player count!</u></strong><br><br> Participants must be a minimum of age 55 during the year of your Local Qualifying. A forward set of tees will be included at all levels of our competition to provide you with more enjoyment in our event. <br><br>');

document.write('<a href="amateurs.htm">more information</a><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_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 iz 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 -->