<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3rd PARAGRAPH

var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'">');

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('Connecticut Office<br></legend><br>');

document.write('2558 Whitney Ave.<br> Suite 201<br>Hamden, Ct. 06518<br>PHONE:  <span class="phonetitle">(203) 848-1509<br></span>FAX: <span class="phonetitle"> &nbsp&nbsp&nbsp&nbsp(203) 848-1514<br></span><br>');


document.write('&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<a href="http://www.mapquest.com/maps/map.adp?country=US&addtohistory=&address=2558+Whitney+Avenue&city=hamden&state=CT&zipcode=06518&homesubmit=Get+Map" target="_blank">Click for directions <br><img src="picts/map1.jpg" border="0" class="borders"></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('Florida Office<br></legend><br>');

document.write('2006 East 4th Ave.<br>Tampa, Florida 33675<br>PHONE:  <span class="phonetitle">(813) 505-3483<br></span>FAX: <span class="phonetitle"> &nbsp&nbsp&nbsp&nbsp(203) 848-1514<br></span><br>');


document.write('&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<a href="http://www.mapquest.com/maps/map.adp?country=US&addtohistory=&address=2006+E+4th+Avenue&city=Tampa&state=Fl&zipcode=33605-5216&homesubmit=Get+Map" target="_blank">Click for directions <br><img src="picts/map2.jpg" border="0" class="borders"></a><br>');


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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2




// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

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

document.write('Email Us<br></legend>');

document.write('<br> To Contact<br>');
document.write(' Andrew Civitello:<br>');

document.write(' <A HREF="mailto:andrew@civitello.com">andrew@civitello.com</a><br>');

document.write('<br>To Contact<br>');

document.write(' Anthony Civitello:<br>');

document.write(' <A HREF="mailto:tony@civitello.com">tony@civitello.com</a><br><br>');

document.write('<br>To Contact<br>');

document.write(' John Hyduk:<br>');

document.write(' <A HREF="mailto:jhyduk@snet.net">jhyduk@snet.net</a><br><br>');

document.write('<br>To Contact<br>');

document.write(' Ron Ford:<br>');

document.write(' <A HREF="mailto:rford@otbconsultinginc.com">rford@otbconsultinginc.com</a><br><br>');

document.write('<br>To Contact<br>');

document.write(' Joe Civitello:<br>');

document.write(' <A HREF="mailto:joe@civitello.com">joe@civitello.com</a><br><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3







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


// -- END -->