<!-- 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_1		= "yes"		// SHOW SIDEBAR IMAGE 1
var showimage_2		= "yes"		// SHOW SIDEBAR IMAGE 2

var topspacing		= "0"		// 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="0" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');




// START RIGHT UPCOMING EVENTS - 	7-7-10

   if (paragraph_2 == "yes") {

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

document.write('Upcoming Events</legend><br>');

document.write('<center><a href="http://www.worldrg.com/showConference.cfm?confCode=GW10001" target="_blank"><span class="sidebartitle-right">The Smart Grid Reality & Innovation Forum</span><br>July 14-15, 2010<br>Atlanta, GA</center></a><br>');

document.write('<center><a href=" http://www.renewabletechnologiessummit.com/" target="_blank"><span class="sidebartitle-right">Renewable Technologies Summit 2010</span><br>July 14-16, 2010<br>Las Vegas, NV</center></a><br>');

document.write('<center><a href=" http://www.smartgrid-vsummit.com" target="_blank"><span class="sidebartitle-right">Smart Grid Virtual Summit: Summer 2010</span><br>July 29, 2010<br>online</center></a><br>');

document.write('<center><a href="http://www.spintelligent-events.com/sei2010/en/index.php/" target="_blank"><span class="sidebartitle-right">Smart Energy International Conference & Technology Expo</span><br>Sept. 7-9, 2010<br>San Jose, CA</center></a><br>');

document.write('<center><a href="http://www.utilimetrics.org/autovation.aspx" target="_blank"><span class="sidebartitle-right">Autovation 2010</span><br>Sept. 12-15, 2010<br>Atlanta, GA</center></a><br>');

document.write('<center><a href="http://www.thesmartgridsummit.com/" target="_blank"><span class="sidebartitle-right">Smart Grids Summit 2010</span><br>Sept. 13-14, 2010<br> Malaga, Spain</center></a><br>');

document.write('<center><a href="http://www.sap-for-utilities.com/" target="_blank"><span class="sidebartitle-right">SAP for Utilities</span><br>Sept. 19-22, 2010<br> Huntington Beach, CA</center></a><br>');

document.write('<center><a href="http://www.smartgridtoday.com/snip/197.htm" target="_blank"><span class="sidebartitle-right">GridWise Global Forum</span><br>Sept. 21-23, 2010<br>Washington, D.C.</center></a><br>');

document.write('<center><a href="http://www.metering-europe.com/" target="_blank"><span class="sidebartitle-right">Metering, Billing/CRM Europe</span><br>Sept. 22-24, 2010<br>Vienna, Austria</center></a><br>');

document.write('<center><a href="http://www.pqsynergy.com/" target="_blank"><span class="sidebartitle-right"> PQsynergy Asia 2010</span><br>Sept. 27-29, 2010<br> Bangkok, Thailand</center></a><br>');

document.write('<center><a href="http://smart-grid.tmcnet.com/conference/west-10/" target="_blank"><span class="sidebartitle-right">The Smart Grid Summit</span><br>Oct. 4-6, 2010<br>Los Angeles, CA</center></a><br>');

document.write('<center><a href="http://www.smi-online.co.uk/smartgrid8.asp" target="_blank"> <img src="picts/smi.jpg"</center></a><br><br>');

document.write('<center><a href="http://www.smartgridschina.com/" target="_blank"> <img src="picts/sgc.gif"</center></a><br><br>');

document.write('<center><a href="http://smartgridexpo.jp/en/" target="_blank"> <img src="picts/isge.gif"</center></a>');



document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT UPCOMING EVENTS



































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


// -- END -->