<!-- 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('Our Location<br></legend>');

document.write('Cassini - D&amp;D Mfg Inc <br>800 S. Earl Ave<br>Lafayette, IN  47904<br>(765)447-1178<br>');

document.write(' <A HREF="mailto:dave@cassini-ddmfg.com">email us</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('Shop Hours<br></legend>');

document.write('Mon - Fri<br>7:30am - 4:30pm<br>Sat by appointment only.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2




// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');

document.write('<a href="http://www.facebook.com/home.php#!/pages/Cassini-DD-Mfg-Inc/123708077662754" target="_blank"><img src="http://www.cassini-ddmfg.com/picts/facebook.gif" alt="" name="facebook_1" width="144" height="44" border="0"></a>');

document.write('<br><center><br><br>');

document.write('<a href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=800+S+Earl+Ave,+Lafayette,+IN+47904&sll=-35.960487,137.189325&sspn=2.987756,7.047729&ie=UTF8&s=AARTsJr65YzFsyrZIKbC8_c4sVB6MOQqfw&view=map" target="_blank"><img src="http://www.cassini-ddmfg.com/picts/map.gif" alt="" name="map_1" width="165" height="350" border="0"></a>');

document.write('<br><center>');
//document.write('<a href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=800+S+Earl+Ave,+Lafayette,+IN+47904&sll=-35.960487,137.189325&sspn=2.987756,7.047729&ie=UTF8&s=AARTsJr65YzFsyrZIKbC8_c4sVB6MOQqfw&view=map">Click to Zoom</a>');

document.write('<img src="picts/close-up.gif" alt="Click image for closeup view" align="absmiddle"> Click image for close-up<br>');


//document.write('<br><center>');
//document.write('<iframe width="165" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=800+S+Earl+Ave,+Lafayette,+IN+47904&amp;sll=-35.960487,137.189325&amp;sspn=2.987756,7.047729&amp;ie=UTF8&amp;s=AARTsJr65YzFsyrZIKbC8_c4sVB6MOQqfw&amp;ll=40.416371,-86.863403&amp;spn=0.078417,0.051498&amp;z=12&amp;iwloc=addr&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=800+S+Earl+Ave,+Lafayette,+IN+47904&amp;sll=-35.960487,137.189325&amp;sspn=2.987756,7.047729&amp;ie=UTF8&amp;ll=40.416371,-86.863403&amp;spn=0.078417,0.051498&amp;z=12&amp;iwloc=addr" style="color:#0000FF;text-align:left">View Larger Map</a></small>');
//document.write('</center>');
//document.write('<br><br>');
}




document.write('</td></tr></table>');


// -- END -->
