<!-- 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		= "250"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="0" 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('Connect with Us<br></legend>');

document.write('<br><p align="center">');
document.write('<a href="http://blueshiftmultisport.ning.com" target="_blank"><img src="picts/social/Ning-button-blueshift-scheme2.png" height="48" width="48"></a>');
document.write('<a href="http://www.facebook.com/BlueshiftMultisport" target="_blank"><img src="picts/social/facebook_button.png" height="48" width="48"></a>');
document.write('<a href="http://twitter.com/#!/blshftmltsprt" target="_blank"><img src="picts/social/twitter button white.png" height="48" width="48"></a>');
document.write('<a href="http://www.youtube.com/blueshiftmultisport" target="_blank"><img src="picts/social/YoutubeButton.png" height="48" width="48"></a>');
document.write('<a href="http://www.blogtalkradio.com/blueshiftmultisport" target="_blank"><img src="picts/social/blogtalkradio button.png" height="48" width="48"></a></p>');
//document.write('</p></fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

//document.write('<fieldset><legend>');
document.write('<fieldset>');
//document.write('Blueshift Community<br></legend>');
document.write('<br><p align="center"><a href="http://blueshiftmultisport.ning.com" target="_blank"><img src="picts/social/ning-logo-med.png" align="center" width="135" height="42"></a></p>');
document.write('<p align="center">*FREE Membership *Discussion Forum *Events *Training Tips *Newsletter *Discounts *More!</p>');
document.write('<table border="0" align="center"><tr><td align="center"><a href="http://blueshiftmultisport.ning.com/?xgi=52kIZCNmZuxcs2" target="_blank" ><img  src="picts/social/join-today-mouseoff.png" border="0" width="200" height="60"></a></td></tr></table>');
document.write('<p align="center"><iframe width="220" height="182" scrolling="no" style="border:none;" src="http://output83.rssinclude.com/output?type=iframe&amp;id=337182&amp;hash=fbe6220c8ade28c15b86a2c3394ba72e"></iframe></p>');

document.write('</fieldset>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

//document.write('<fieldset><legend>');
document.write('<fieldset>');
//document.write('Ergomo Power Meters<br></legend>');
document.write('<br>');
document.write('<p align="center"><a href="ergomo.htm"><img src="picts/ergomo/ergomo_carbon_crankset.jpg"></p></a>');
document.write('<p style="text-align:left">Blueshift Multisport is an authorized dealer of <font color="orange">Ergomo</font> power meters serving Boston & New England.  With its patented crank-based optical sensor, Ergomo offers precision, reliability, and the flexibility to use ANY race wheel set.  We offer professional installation, tutorials, and client discounts. Plus service & 2yr warranty from <a href="http://www.ergomousa.com" target="_blank">ergomoUSA</a>, Denver, CO.  <a href="ergomo.htm">Learn more...</a></p>');
document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
