function inc_signature()
{
  var ckoi="Blandy's books";
  var mailcom="mailto:";
  var nom="mco113";
  var arrowbase="@";
  var domaine="yahoo.fr";
  document.write("<table width=\"100%\"><tr><td align=\"center\"><span class=\"signature\">Créé par <a href=\""+mailcom+nom+arrowbase+domaine+"?subject="+ckoi+"\">Tony</a>  - Dernière mise à jour : <b> ");
	var derModif=document.lastModified;
	var dModif = new Date(derModif);
	var jr = dModif.getDate();
	var ms=dModif.getMonth()+1;
	var ane=dModif.getFullYear();
	var hrs=dModif.getHours();
	var mnts=dModif.getMinutes();
	document.write(jr+"/"+ms+"/"+ane+" à "+hrs+":");
	if (mnts<10){
		document.write("0");
	}
	document.write(mnts+"</b></span></td></tr></table>");
}
function inc_blandy()
{
  document.write("  <table width=\"100%\">");
  document.write("    <tr>");
  document.write("      <td align=\"center\" width=\"30%\">");
  document.write("        <a href=\"http://www.encyclobd.com/biblio/dessinateur.html?id=307\" target=\"_blank\" title=\"«Jessica Blandy» par «Renaud»\"><img src=\"./images/ex1.jpg\" align=\"right\" border=\"0\"></a>");
  document.write("      </td>");
  document.write("      <td align=\"center\">");
  document.write("        <img src=\"./images/LOGO.GIF\"><br/><br/>");
  document.write("        <font color=\"BROWN\"><b>Librairie Spécialisée BD</b></font><br/><br/>");
  document.write("        Achat de  livres - BD - Polar <br/> Livre enfants - Affiches");
  document.write("        <hr width=\"95%\">");
  document.write("      </td>");
  document.write("      <td align=\"center\" width=\"30%\">");
  document.write("        <img src=\"./images/NEWS068E.JPG\" align=\"left\">");
  document.write("      </td>");
  document.write("    </tr>");
  document.write("  </table>");
  document.write("  <table width=\"100%\">");
  document.write("    <tr>");
  document.write("      <td>");
  document.write("        <center>");
  document.write("        <br/>");
//        <!--Evènements spéciaux-->
//  document.write("        <table><tr height=50><td><font size=\"4\" color=\"red\"><b><a href=\"http://www.salonbdmouscron.be/\" target=\"_new\"><div id=\"MonElement\" class=\"EX_div\" style=\"diplay:block;\">Exposera au Salon du livre et de la BD de Mouscron</div></a></b></font></td></tr></table>");
//  document.write("        <br/><br/>");
//  document.write("        <hr width=\"95%\"><br/>");
//        <!--Coordonnées du magasin-->
  document.write("        51 rue Marcel Demeulemeester<br/>");
  document.write("        7700 - MOUSCRON<br/>");
  document.write("        (Belgique)<br/><br/>");
  document.write("        0486/73.92.62<br/>");
  arrowBase="@";domaine="skynet.be";userName="lahoussel";commandName="mailto:";
  document.write("<a href=\""+commandName+userName+arrowBase+domaine+"\">"+userName+arrowBase+domaine+"</a>");
  document.write("        <br/><br/>");
  document.write("        <hr width=\"95%\"><br/>");
//        <!--Horaires du magasin-->");
  document.write("        <u>Horaires</u> :<br/><br/>");
  document.write("        Ouvert du mardi au vendredi de 16h30 à 19h00<br/>");
  document.write("        et le samedi de 14h00 à 19h00 <br/><font size=\"2\"><i>(fermé le Dimanche et le Lundi )</i></font><br/><br/>");
  document.write("        <br/>");
  document.write("        <u>Modes de paiement acceptés</u> :<br/><br/>");
  document.write("        <img src=\"images/bancontact57x35.gif\"> ");
  document.write("        <img src=\"images/proton59x35.gif\"> ");
  document.write("        <img src=\"images/cartebleue54x35.png\"> ");
  document.write("        <img src=\"images/Eurocard49x35.jpg\"> ");
  document.write("        <img src=\"images/visa52x35.gif\"> ");
  document.write("        <br/><br/>");
  document.write("        <a href=\"./images/Plan Blandy's books.jpg\" target=\"_blank\">&gt; Plan d'accès &lt;</a><br/><br/>");
  document.write("      </td>");
  document.write("    </tr>");
  document.write("  </table>  ");
  document.write("  <hr width=\"95%\">");

}  
function clignotement()
{
  if (document.getElementById("MonElement").style.display=="block")
      document.getElementById("MonElement").style.display="none";
  else
      document.getElementById("MonElement").style.display="block";
}
  // mise en place de l appel régulier de la fonction toutes les 0.5 secondes
