<!-- 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 du site</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="lafeste.php" target="_blank">Contactez-nous</a>');

document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br>');
}

document.write('<br>© Copyright 2006-2011  All Rights Reserved  ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">Effets-speciaux-sfx.fr</a><br>');







   if (allwebco == "yes") {
document.write(' ');
}




document.write('<br>');

//  End -->
