<!-- 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('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. Allow your players to sign up as a foursome and each player will play a 2 person better ball with each of the other players. This format will help you by crediting you with 8 players instead of 4! <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_1 == "yes") {

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

document.write('$125,000 Pro Event<br></legend>');
document.write('<br>Make sure you get your share! <br><br><p align ="center"><img src="images/payday125.jpg"></a></p> <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_1 == "yes") {

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

document.write('$500 Skins Game<br></legend>');
document.write('<br>We try to have fun at our Club Pro National Finals! <br><br><p align ="center"><img src="images/500_125.jpg"></a></p> <br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3




// SMALL PICTURE AREA

  if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="images/gv125logo.gif" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('Nearest to the Pin<br></legend>');
document.write('<br>2 Holes each day at our Club Pro National Finals are designated for $1,000 in Free Play Chips at our Host Hotel.<br><br><p align ="center"><img src="images/tichips125.jpg"> </a><br></p>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4







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


// -- END -->