<!-- 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		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH

document.write('Clients:<br>');
document.write('<b><a href="https://www.enersight.net/WellSpring/">Login to WellSpring</a></b>');
document.write('<p>');
document.write('<b>SPE Royalty Presentation <a href="http://www.enersight.com/Enersight - Dan Magyar - Alberta Royalty Framework & Royalty Incentives - SPE Nov-12-2009.pdf">Slides</a></b>');
document.write('<p>');
document.write('<b>CSUG BC Vs Alberta Royalty Presentation <a href="http://www.enersight.com/Enersight - Dan Magyar - Exploring the Economics of Montney Shale Gas AB vs BC - CSUG Nov-20-2009.pdf">Slides</a></b>');

//document.write('');


// 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('Enersight News<br></legend>');

// enter notes below for top notes area
document.write('Enersight has released a major version of WellSpring - including the latest Alberta Royalties. Click <a href="http://www.enersight.com/help/WellSpring%20help/what_s_new_-_july_2nd_2009_release.htm">here</a> to learn more<br><br>');

//document.write('WellSpring <A HREF=training.htm>training course</a> scheduled for September 15th in Calgary.  <A HREF="mailto:info@Enersight.com">E-mail</a> to register.<br><br>');

//document.write('Enersight will be hosting a breakfast session on the new Scheduler functionality at the Calgary tower on November 26th.  Click <a href="breakfast.htm">Here</a> for more information ');

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('Download a 3 minute video<br>of WellSrping:')
document.write('<a href="index.html"><img src="images/sidebarright_GlobalWeb.jpg" border="0" 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('Announcements<br></legend>');


//document.write('Enersight will be hosting a breakfast session on the new Scheduler functionality at the Calgary tower on December 1st.  Click <a href="breakfast.htm">Here</a> for more information and registration ');

//document.write('</fieldset>');
//document.write('<br><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->