<!-- 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		= "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('Contracting <br>');
document.write('Opportunities<br></legend>');
document.write('<a href="contracting.htm"> Click here for details</a><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="http://sandiegosmallbiz.com/contracting.htm"target="_blank"><img src="contracting/contractingphoto.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

 if (paragraph_1 == "no") {
document.write('<fieldset><legend>');
document.write('Doing Business<br>');
document.write('with the Government<br></legend>');
document.write('Find out how you can do business with state and federal agencies. <a href="http://www.buildcalifornia.org/"target="_blank"> Click here for information</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write(' Stay Healthy<br>');
document.write(' The Latest Flu News<br></legend>');
document.write('Keeping you and your employees healthy is  important. So it is critical that you keep abreast of flu news.  To get the latest flu updates <a href="http://www.flu.gov/"target="_blank"> click here </a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write(' Financial Assistance <br>');
document.write(' from US Department <br> of Transportation</legend>');
document.write(' Small business owners can learn how to obtain financial assistance from the US DOT.  To get the latest details <a href="http://www.sandiegosmallbiz.com/contracting/dot.pdf"target="_blank"> click here </a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2





document.write('</td></tr></table>');


// -- END -->