<!-- 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





// 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('Note:<br></legend>');

document.write('Fall 2009, and if you\'ve been considering a new home comfort system or tankless hot water replacement now is an excellent time. This Spring Trane is offering up to $1,000 in rebates and Puget Sound Energy also has several rebates available. <br><br>And as always BNGS offers 12 months same-as-cash financing.<a href="contact.htm"><br><br>Contact us...</a><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="index.html"><img src="picts/sidebar-right.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('Note:<br></legend>');

document.write('Our Comfort Specialists will be glad to assist you in determining the proper sizing of your new mechanical systems for smooth quiet and energy efficient operations via measurements and calculations called a "load calculation".<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START TEXT AND LOGO AREA FOR LINK TO ANGIE'S LIST

document.write('<br><center>');
document.write('<a href="http://www.angieslist.com" type="AngieList.com"><img title="Click to open Angie\'slist.com." src="picts/OtherImages/AngiesListSuperService2008.gif" height="47" width="130" border="0"> </a><br>');
document.write('Winner in the heating and a/c categories for 3 years running and water heating for 2 years!<br/>');
document.write('</center>');

// END TEXT AND LOGO AREA FOR LINK TO ANGIE'S LIST 


// START TEXT AND LOGO AREA FOR LINK TO BBB

document.write('<br><center>');
document.write(' <a href="http://www.bbbonline.org/cks.asp?id=1071016144757690"> <img title="Click to verify BBB accreditation and to see a BBB report." border="0" src="picts/bbbseal1.gif"> </a><br>');
document.write('</center>');


// alt=Click to verify BBB accreditation and to see a BBB report. oncontextmenu="alert("Use without permission is prohibited.  The BBB // Accredited Business seal is a trademark of the Council of Better Business Bureaus, Inc."); return false;"/></a>");

// END TEXT AND LOGO AREA FOR LINK TO BBB

// START TEXT AND LOGO AREA FOR LINK TO Yelp.com

// document.write('<br><center>');
// document.write(' <a href="http://www.yelp.com/biz/ballard-natural-gas-service-seattle-3">
// <img src="http://images.yelp.com/i/ext/genericYelpButton.gif" width="70" height="33" alt="Ballard Natural Gas Service" />
// </a><br>');
// document.write('</center>');

// END TEXT AND LOGO AREA FOR LINK TO Yelp.com


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

// -- END -->