
<!-- 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		= "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 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Conference Links<br></legend>');

//document.write('Coming Soon<br>');

//document.write('ICoTA Intervention Technology Award!<br>');

document.write('<a href="http://www.spe.org/events/ctwi/2011/pages/general/call_for_papers.php" target="_blank">CALL FOR PAPERS!</a><br>');

document.write('<a href="http://www.spe.org/events/ctwi/2011/pages/about/committee.php" target="_blank">2011 Committee</a><br>');

//document.write('<a href="https://exhibits.spe.org/ctwi2011/Public/ExhibitorList.aspx" target="_blank">See who\'s Exhibiting?</a><br>');

document.write('<a href="http://www.spe.org/events/ctwi/2011/pages/exhibitors/index.php" target="_blank">Exhibitor\'s Area</a><br>');

//document.write('<a href="https://exhibits.spe.org/ctwi2011/Public/FloorPlan.aspx">View the Floorplan</a><br>');

//document.write('Conference Website<br>');

//document.write('Register to Attend!<br>');

//document.write('<a href="#" target="_blank">Conference Preview!</a><br>');

//document.write('<a href="#" target="_blank">Travel & Accomodations</a><br>');

//document.write('<a href="#" target="_blank">Schedule of Events</a><br>');



//document.write('<a href="#" target="_blank">Sponsors</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 



// 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>13 February 2009</strong><br>Intervention Technology Award Nomination Deadline<br><a href="events/2009CTWI/2009 Intervention Technology Award Entry Form.pdf">Download Entry Form</a><br><br>');

document.write('<strong>12 October 2010</strong><br><a>Paper Proposal Deadline</a><br><br>');

document.write('<strong>4 April 2011</strong><br>Coiled Tubing and Its Applications<br>The Woodlands, TX<br><br>');

document.write('<strong>5-6 April 2011</strong><br>SPE/ICoTA CT & Well Intervention Conference & Exhibition<br> <br><br>');


//document.write('<strong>7 December 2009</strong><br>Sponsorship/Advertising in SPE/ICoTA Conference Preview</a><br><br>');

//document.write('<strong>5 February 2010</strong><br>Submissions for the Intervention Technology Award Due</a><br><br>');

//document.write('<strong>8 February 2010</strong><br>Sponsorship/Advertising in SPE/ICoTA Conference Program & Proceedings CD</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="#"><img src="http://www.icota.com/picts/sidebar_CTWI2011.jpg" border="0" alt="SPE ICoTA CTWI" 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 3rd 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="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/docs/icotaapplication.pdf">Membership Application</a><br>');

document.write('<a href="http://www.icota.com/introct/introct.pdf">Introduction to CT</a><br>');

document.write('<a href="http://www.icota.com/ctrigcount.htm">2008 CT Rig Count</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 






document.write('</td></tr></table>');


// -- END -->