<!-- Begin
// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON
// ONLY USE lowercase FOR ALL OPTIONS
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "200"		// 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>');
// SMALL PICTURE AREA
  if (showimage == "yes") {
document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/IMG_0005.jpg" width="200" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}
// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA
   if (showimage == "yes") {
document.write('<br><center>');
document.write('<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FASMT65&amp;width=200&amp;colorscheme=light&amp;show_faces=false&amp;border_color=blue&amp;stream=true&amp;header=false&amp;height=450" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:450px;" allowTransparency="true"></iframe>');
document.write('</center>');
document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1
// SMALL PICTURE AREA
  if (paragraph_2 == "yes") {
document.write('<fieldset><legend>');
document.write('Evènements<br></legend>');
document.write('Nouveaux outils à télécharger :<br>21 Fiches d\'Aides au Repérage (FAR) sont disponibles au téléchargement dans l\'onglet "Prévention", puis "Outils à télécharger". <a href="outils.htm" target="_self"><i>voir outils à télécharger</i></a><br><br>Elles vous permettrons d\'identifier facilement les produits chimiques cancérogènes, mutagènes et toxiques pour la reproduction en fonction de votre activité.');
document.write('</fieldset>');
document.write('<br><br>');
}
document.write('</td></tr></table>');
// -- END -->
