// JavaScript Document
if(sectionList){
document.write("<h2>Articles &amp; Interviews</h2><div class='undershadow'>&nbsp;</div>");
      document.write("<p><a href='IGSHPA_manual_rewrite.htm'>Rewriting The Book On Geo</a></p>");
	  document.write("<p><a href='gshp_inflation.html'>GSHPs Safeguard Against Energy Price Inflation</a></p>");
      document.write("<p><a href='groutingPractices.html'>Grouting Horizontally-Bored Loopfields</a></p>");
	  
 document.write("<hr />");
}else{
	  document.write("<ul id='articleList'>");
	  
	  document.write("<li>2010<ul>");
	  document.write("<li><a href='IGSHPA_manual_rewrite.htm'>Rewriting The Book On Geo | 04-Jan-2010</a></li>");
	  document.write("</ul></li>");
	  
	  document.write("<li>2009<ul>");
	  document.write("<li><a href='gshp_inflation.html'>GSHPs Safeguard Against Energy Price Inflation | 15-Jun-2009</a></li>");
      document.write("<li><a href='groutingPractices.html'>Grouting Horizontally-Bored Loopfields | 03-Mar-2009</a></li>");
	  document.write("</ul></li>");
	  document.write("</ul>");
}
	
