<!-- 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		= "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('<font color="#cc0033">Report Emergency<br></legend>');
document.write('<font color="#666666">To report an emergency situation call (810) 364-5720, Monday through Friday, 8am - 4pm.  After hours and weekends dial (810) 989-0982.<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('Projects<br></legend>');

document.write('We are now posting a list of our <a href="current.htm">Current</a><a> and</a><a href="future.htm"> Future </a><a> projects.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2





// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA (Facebook)

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('<font color="#3B5997">Social Pages<br></legend>');

document.write('<table>');
document.write('<TD width="25" height="1">');
document.write('<a href="http://www.facebook.com/pages/St-Clair-MI/St-Clair-County-Road-Commission/111791875505081" target="_blank"><img border="0" src="images/facebook.png" width="25" height="24"></a>');
document.write('</TD>');
document.write('<TD width="90" height="1">');
document.write('<font face="Arial" size="1">St. Clair County Rd Commission</font>');
document.write('</TD>');
document.write('</tr>');
document.write('<tr>');
document.write('<TD width="25" height="1">');
document.write('<a href="http://www.facebook.com/home.php?#!/group.php?gid=114071028607263&amp;ref=ts" target="_blank"><img border="0" src="images/facebook.png" width="25" height="24"></a>');
document.write('</TD>');
document.write('<TD width="90" height="1">');
document.write('<font face="Arial" size="1">Wadhams Road Bridge Project</font>');
document.write('</TD>');
document.write('</tr>');
document.write('<tr>');
document.write('<TD width="25" height="1">');
document.write('<a href="http://twitter.com/WadhamsRd" target="_blank"><img border="0" src="images/twitter.png" width="25" height="24"></a>');
document.write('</TD>');
document.write('<TD width="90" height="1">');
document.write('<font face="Arial" size="1">Wadhams Road Bridge Project</font>');
document.write('</TD></body>');
document.write('</table>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3







document.write('</td></tr></table>');


// -- END -->