<!-- 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 A SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW A SIDEBAR IMAGE
var warranty_image	= "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 == "no") {

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

document.write('What\'s New?<br></legend>');

document.write('Read our <b><a href="http://www.provisionofhope.com/blog/?p=146">August 2009 Newsletter </a></b>and other worthy news items, thoughts, insights and where you can post your comments, feedback or ask questions. <a href="blog/">CLICK HERE...</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('Learn More<br></legend>');

document.write('We have been in the business of Windows and Doors for a long time and over the years have learned lots of tricks that can save you time and money.<br><br> Click to learn more...<br><br>');

document.write('<a href="tipsandtricks.htm"><img src="picts/tips_u.gif" border="0" align="center"></a><br>');

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

}

// SMALL PICTURE AREA

   if (showimage_1 == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/IMGP1797_rev.jpg" border="0" class="borders"></a><br><br>');
document.write('<a href="http://www.bbb.org/edmonton/business-reviews/windows/qualiglass-windows-and-doors-ltd-in-edmonton-ab-109294" Target="blank"><img src="picts/bbb.gif" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}





// RAHAU LOGO

   if (showimage_2 == "yes") {

document.write('<br><center>');
document.write('Certified dealers of...<br>');
document.write('<a href="http://na.rehau.com/construction/windows...doors/windows...doors.shtml" Target="blank"><img src="picts/rahau_logo.gif" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// WARRANTY

   if (warranty_image == "yes") {

document.write('<br><center>');
document.write('<a href="warranty.htm"><img src="picts/warranty.jpg" border="0"></a><br>');
document.write('<br><br><br>');
document.write('Ask us about the Energy Star <br>Limited Lifetime Warranty<br>');
document.write('<a href="http://oee.nrcan.gc.ca/residential/business/manufacturers/window.cfm" Target="blank"><img src="picts/logo_high-efficiency_e.gif" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
