<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "275"		// 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('Important Dates!<br></legend>');


//document.write('<strong>17 March 2009</strong><br><a href="workinglunches.htm">Working Lunch</a><br><br>');

//document.write('<strong>27 February 2009</strong><br>European Chapter Annual Dinner<br><a href="dinner.htm">Go!</a><br><br>');

//document.write('<strong>30 March 2009</strong><br>Coiled Tubing and Its Applications<br>The Woodlands, TX<br><a href="http://www.icota.com/2009/ctwi.htm">Register to Attend!</a><br><br>');

//document.write('<strong>31 March - 1 April 2009</strong><br>SPE/ICoTA CT & Well Intervention Conference & Exhibition<br> <a href="../events/2009CTWI/09CT_Preview.pdf">Conference Preview!</a><br><br>');

//document.write('<strong>8 May 2009</strong><br>3rd Annual ICoTA USA Chapter Sporting Clays Tournament<br><a href="clays.htm">Register!</a><br><br>');

//document.write('<strong>14 July 2009</strong><br><a href="lunchlearn.htm">Lunch & Learn</br>Downhole Camera Technology presented by Jeff Whitaker of Expro</a><br><br>');

//document.write('<strong>11 August 2009</strong><br>Lunch & Learn</br><br>');


//document.write('<strong>4 October 2009</strong><br><a href="http://www.icota.com/cttraining.htm">Coiled Tubing Applications<br>Short Course<br>New Orleans, LA</a><br><br>');

//document.write('<strong>13 October 2009</strong><br><a href="lunchlearn.htm">Lunch & Learn</a></br><br>');

//document.write('<strong>23 October 2009</strong><br><a href="golf.htm">9th Annual ICoTA USA Chapter Golf Tournament<br></a><br>');

//document.write('<strong>10 November 2009</strong><br><a href="lunchlearn.htm">Lunch & Learn</a></br><br>');

//document.write('<strong>12 January 2010</strong><br><a href="lunchlearn.htm">Lunch & Learn</a></br><br>');

//document.write('<strong>9 March 2010</strong><br><a href="lunchlearn.htm">Lunch & Learn</a></br><br>');

//document.write('<strong>23 March 2010</strong><br>USA Chapter Annual General Meeting</br><br>');

//document.write('<strong>13 April 2010</strong><br><a href="lunchlearn.htm">Lunch & Learn</a></br><br>');

//document.write('<strong>7 May 2010</strong><br>4th Annual ICoTA USA Chapter Sporting Clays Tournament<br><a href="clays.htm">Get Your Team Together!</a><br><br>');

//document.write('<strong>13 July 2010</strong><br><a href="lunchlearn.htm">Lunch & Learn</a><br>Horizontal Wells:<br>Where Do We Perforate?<br>by Halliburton</br><br>');

//document.write('<strong>10 August 2010</strong><br><a href="lunchlearn.htm">Lunch & Learn</a><br>An Introduction to Ultrasonic Wellbore Imaging</br><br>');

//document.write('<strong>17-19 August 2010</strong><br><a href="http://www.oilonline.com/Events/DeepwaterInterventionForum.aspx" target="_blank">6th Annual Deepwater Intervention Forum</a><br>Visit our Booth</br><br>');


document.write('<strong>14 February 2012</strong><br><a href="lunchlearn.htm">Lunch & Learn</a></br><br>');

document.write('<strong>28 March 2012</strong><br>USAC Annual General Meeting Luncheon<br><a href="#">Mark Your Calendar!</a><br><br>');

document.write('<strong>18 May 2012</strong><br>6th Annual ICoTA USA Chapter Sporting Clays Tournament<br><a href="clays.htm">Save the Date!</a><br><br>');

document.write('<strong>26 Oct 2012</strong><br>12th Annual ICoTA USA Chapter Golf Tournament<br><a href="golf.htm">Mark Your Calendar!</a><br><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="events/clays/ICoTA USA Chapter 2009 Sporting Clays Tournament Pack.pdf"><img src="picts/sidebar-rightB.jpg" border="0" alt="3rd Annual Sporting Clays Tournament Registration!" 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('Award!<br></legend>');

document.write('Now Accepting Nominations for the 6th Annual Intervention Technology Award! <a href="#"><br>Go!</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('Quick Links<br></legend>');

//document.write('<a href="board.htm">Chapter Board</a><br>');

document.write('<a href="http://www.icota.com" target="_blank">ICoTA International</a><br>');

document.write('<a href="../docs/ICoTAApplication.pdf" target="_blank">Membership Application</a><br>');

//document.write('<a href="introct/introct.pdf" target="_blank">Introduction to CT</a><br>');

document.write('<a href="ctrigcount.htm">2010 CT Rig Count</a><br>');

document.write('<a href="site_map.htm">Site Map</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 






document.write('</td></tr></table>');


// -- END -->
