<!-- 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 RECENTLY RELEASED			7-4-10

   if (paragraph_1 == "yes") {

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

document.write('Recently Released</legend><br>');

document.write('<center> <a href="n6-30-10-2.htm"><span class="sidebartitle-right"> Global Smart Grid Investment</span><br>June 30, 2010<br> Report by Pike Research<br></center></a><br>');

document.write('<center> <a href="n6-25-10-6.htm"><span class="sidebartitle-right"> National Action Plan on Demand Response</span><br>June 25, 2010<br> Report by Federal Energy Regulatory Commission (FERC)<br></center></a><br>');

document.write('<center> <a href="http://www.maravedis-bwa.com/en/reports#report-120" target="_blank"><span class="sidebartitle-right"> Smart Grids & the New Utility </span><br>June 2010<br> Report by Maravedis<br></center></a><br>');

document.write('<center> <a href=" n6-18-10-5.htm"><span class="sidebartitle-right"> Privacy by Design: Achieving the Gold Standard in Data Protection for the Smart Grid</span><br>June 17, 2010<br> Document by Ontario Information and Privacy Commission (DRCC)<br></center></a><br>');

document.write('<center> <a href="n6-18-10-1.htm"><span class="sidebartitle-right"> Demand Response & Smart Grid-State Legislative and Regulatory Policy Action Review: October 2008 - May 2010</span><br>June 18, 2010<br> Report by Demand Response Coordinating Committee (DRCC)<br></center></a><br>');

document.write('<center> <a href=" n6-18-10-6.htm"><span class="sidebartitle-right"> Federal Technology Strategies for Energy Efficiency, 2010-2015</span><br>June 2010<br> Report by INPUT<br></center></a><br>');

document.write('<center> <a href="n4-23-10-1.htm"><span class="sidebartitle-right"> Separating Smart Grid from Smart Meters</span><br>May 26, 2010<br> Survey Report by EcoAlign<br></center></a><br>');

document.write('<center> <a href="n5-5-10-4.htm"><span class="sidebartitle-right"> Utilities Spending Plans for 2010</span><br>May 5, 2010<br> Study by IDC Energy Insights <br></center></a><br>');

document.write('<center><a href="n5-26-10-3.htm"><span class="sidebartitle-right"> Electric Vehicle Charging Equipment</span><br>May 2010<br> Report by Pike Research<br></center></a><br>');

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

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

// -- END -->
