var cText = ''
cText += '<a href="whatwedo.html"><img src="images/button2.gif" width="150" height="31" border="0"></a><br>'
//cText += '<a href="vendors.html"><img src="images/button3.gif" width="150" height="27" border="0"></a><br>'
cText += '<a href="faqs.html"><img src="images/button4.gif" width="150" height="29" border="0"></a><br>'
cText += '<a href="services.html"><img src="images/button5.gif" width="150" height="31" border="0"></a><br>'
//cText += '<a href="formrequest.html"><img src="images/button6.gif" width="150" height="31" border="0"></a><br>'
cText += '<a href="terms.html"><img src="images/button7.gif" width="150" height="31" border="0"></a><br>'
cText += '<a href="sites.html"><img src="images/button8.gif" width="150" height="31" border="0"></a><br>'
//cText += '<a href="contact.html"><img src="images/button9.gif" width="150" height="31" border="0"></a><br>'
cText += '<a href="employment.html"><img src="images/employment.jpg" width="150" height="31" border="0"></a><br>'
cText += '<a href="preferredvendor.html"><img src="images/preferredvendor.jpg" width="150" height="31" border="0"></a><br>'
cText += '<a href="referralform.html"><img src="images/button9.gif" width="150" height="31" border="0"></a><br>'

cText += '<img src="images/buttonbottom.gif" width="150" height="18"><br>'

document.write(cText) 





