/* AUTEUR: Vicks */

/* DATE DE CREATION: 02-03-19 */



<!--  

function IMPRIME(){

if (chaine_insulte == '')

{

alert ("Génère une insulte avant d'imprimer!");

}

else

{

msg=open("","DisplayWindow","toolbar=yes,scrollbars=yes,width=700,height=550");

msg.document.write("<HEAD><TITLE>INSULTES à IMPRIMER! --- GRACIEUSETÉ DE WWW.CIBOIRE.COM ---</TITLE></HEAD>");

msg.document.write("<body background='http://www.ciboire.com/paper.jpg' text='#000000' link='YELLOW' vlink='YELLOW' alink='YELLOW'>");

msg.document.write("<FONT COLOR='#000000'>");

msg.document.write("<FONT SIZE=+2><CENTER><input type='button' name='prBtn' value='Print' onclick='window.print()' /><br><br><h2>CRISSE D'IMBÉCILE!</h2>Voilà pourquoi tu mérites ce papier!</font><br><br>");

msg.document.write("<table border='0' width='100%' cellspacing='0'><tr><td valign='top'><input type='checkbox' name='coche' value='1'> T'as pris deux espaces de stationnement!<br><input type='checkbox' name='coche' value='1'> T'as pris MA PLACE de stationnement!<br><input type='checkbox' name='coche' value='1'> T'as pas flushé la toilette!<br>	<input type='checkbox' name='coche' value='1'> Tu m'as fais perdre un contrat!</td><td valign='top'><input type='checkbox' name='coche' value='1'> T'as pissé à côté d'la bol!<br>	<input type='checkbox' name='coche' value='1'> T'as bu ma dernière bière!<br><input type='checkbox' name='coche' value='1'> Ton linge sale traîne encore à terre!<br><input type='checkbox' name='coche' value='1'> Tu m'as volé mon chum, ma blonde!</td>	</tr><tr><td colspan='2'><input type='checkbox' name='coche' value='1'> Toutes autres ostie de raisons:<input type='text' name='raison' size='70' maxlength='256'></td></tr></table><h2>");

msg.document.write(" "+chaine_insulte+" ");

msg.document.write("</h2><br><img src='http://www.ciboire.com/cartes-autres/032.jpg'>");



msg.document.write("<br><BR><center>Signé : <input type='text' name='raison' size='70' maxlength='256'></CENTER><br></FONT>");

}

}

 -->