function afficheHeader(){ var header = ''; document.write(header); } function writeFooter(){ var footer = ''; footer += ''; document.write(footer); }