<!-- Begin SIDEBAR LEFT


// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')












// START TOPIC 3



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Our Customers Say:');

document.write('<br></span><span class="sidebartext">');

document.write('I just wanted to say how impressed I was with the service I received from you. I spoke to a gentleman last week who was incredibly helpful. I faxed my order yesterday, and everything arrived today, so thank you very much!<br>');
document.write('<b>- Birmingham University -</b><br>');


document.write('<br>');
document.write('Wow - what a fantastic service you offer.  Thank you very much for despatching my order so quickly, I did not except it to be sent before I had sent you the cheque, but I very much appreciate that it was.<br>');
document.write('<b>- Hodgson Sealants -</b><br>');




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










// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT




var extra_paragraph 	= "no"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Paragraph Title:');

document.write('<br></span><span class="sidebartext">');

document.write('This is an extra paragraph with a linked image you can turn on by changing the above to a yes.<br>');

document.write('<center><a href="about.htm"><img src="picts/sidebar-left1.jpg" border="1" vspace="5"></a><br></center>');

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

}




//  End -->
