
<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var showimage		= "yes"		// 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>15-16 November 2011</strong><br><a href="http://www.icota-europe.com/events2.cfm?news_ID=102" target="_blank">European Chapter<br>17th Annual European Well Intervention Round Table<br>Aberdeen, Scotland</a><br><br>');

document.write('<strong>13 February 2012</strong><br><a href="http://www.icota.com/ita.htm">6th Annual Intervention Technology Award Submission Deadline<br></a><br>');

document.write('<strong>24 February 2012</strong><br><a href="http://www.icota-europe.com/news2.cfm?news_ID=116">European Chapter Annual Dinner<br></a><br>');

document.write('<strong>26 March 2012</strong><br><a href="http://www.spe.org/training/courses/CTU.php" target="_blank">Training Course<br>Coiled Tubing & Its Applications<br>The Woodlands, TX</a><br><br>');

document.write('<strong>26 March 2012</strong><br><a href="http://www.spe.org/training/courses/IDT.php" target="_blank">Training Course<br>Introduction to Distributed Temperature Sensing (DTS)<br>The Woodlands, TX</a><br><br>');

document.write('<strong>26 March 2012</strong><br><a href="http://www.spe.org/training/courses/TTW.php" target="_blank">Training Course<br>Tractor Technologies for Well Interventions <br>The Woodlands, TX</a><br><br>');


document.write('<strong>27-28 March 2012</strong><br><a href="http://www.spe.org/events/ctwi/2012/index.php" target="_blank">SPE/ICoTA<br>Coiled Tubing & Well Intervention Conference & Exhibition<br>The Woodlands, TX</a><br><br>');

document.write('<strong>31 May 2012</strong><br><a href="http://www.icota-europe.com/events2.cfm?news_ID=120" target="_blank">European Chapter<br>7th Annual Well Intervention Seminar<br>Stavanger, Norway</a><br><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 == "yes") {

document.write('<fieldset><legend>');

document.write('Technology Award!<br></legend>');

document.write('Now Accepting Nominations for the 6th Annual Intervention Technology Award!</br><a href="http://www.icota.com/ita.htm">Enter</a>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2




// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.icota.com/ITA/2012EntryForm.pdf" target="_blank"><img src="http://www.icota.com/ITA/ita_tb.jpg" border="0" alt="2012 Intervention Technology Award" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}






// 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="http://www.icota.com/board.htm">Board of Directors</a><br>');

document.write('<a href="http://www.icota.com/bylaws.htm">ICoTA Bylaws</a><br>');

document.write('<a href="http://www.icota.com/join.htm">Join ICoTA</a><br>');

document.write('<a href="http://www.icota.com/aboutct.htm">Introduction to CT</a><br>');

document.write('<a href="http://www.icota.com/ctrigcount.htm">CT Rig Count</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 






document.write('</td></tr></table>');


// -- END -->
