<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<a href="index.html">Entrée du site</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="menu.html">Menu</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="lafeste.php">Contact</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="inscription.php">Newsletter</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://www.promos-pub.com/a-propos/">Blog marketing</a>');

document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br><a href=""><img src="" alt="" border="0" vspace="6"></a><br>');
}

document.write('<br>© Copyright 2006-2011 Lumineux.cotillons.fr All Rights Reserved  ');




// EDIT THE NEXT LINE

document.write('<a href="index.html"></a><br>');







   if (allwebco == "yes") {
document.write('');
}




document.write('<br>');

//  End -->
