<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />  <title>De tout et de riens !!!: Comment on Barrage sur la Toulnustouc</title>  <link rel="stylesheet" href="http://lemay.netfirms.com/blog/styles-site.css" type="text/css" />  <script type="text/javascript" language="javascript"> <!--  var HOST = 'lemay.netfirms.com';  // Copyright (c) 1996-1997 Athenia Associates. // http://www.webreference.com/js/ // License is granted if and only if this entire // copyright notice is included. By Tomer Shiran.  function setCookie (name, value, expires, path, domain, secure) {     var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");     document.cookie = curCookie; }  function getCookie (name) {     var prefix = name + '=';     var c = document.cookie;     var nullstring = '';     var cookieStartIndex = c.indexOf(prefix);     if (cookieStartIndex == -1)         return nullstring;     var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);     if (cookieEndIndex == -1)         cookieEndIndex = c.length;     return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex)); }  function deleteCookie (name, path, domain) {     if (getCookie(name))         document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; }  function fixDate (date) {     var base = new Date(0);     var skew = base.getTime();     if (skew > 0)         date.setTime(date.getTime() - skew); }  function rememberMe (f) {     var now = new Date();     fixDate(now);     now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);     setCookie('mtcmtauth', f.author.value, now, '', HOST, '');     setCookie('mtcmtmail', f.email.value, now, '', HOST, '');     setCookie('mtcmthome', f.url.value, now, '', HOST, ''); }  function forgetMe (f) {     deleteCookie('mtcmtmail', '', HOST);     deleteCookie('mtcmthome', '', HOST);     deleteCookie('mtcmtauth', '', HOST);     f.email.value = '';     f.author.value = '';     f.url.value = ''; }  //--> </script> </head>  <body>  <div id="banner"> <center><table border="0" cellpadding="0"  align="center">   <tr>     <td><img src="http://lemay.netfirms.com/mt-static/images/commentaires.gif"></td>   </tr> </table></center>  </div> <div class="blog">  <div class="comments-head">Commentaires : Barrage sur la Toulnustouc</div>      <div class="comments-head">Envoi d'un commentaire</div>  <div class="comments-body"> <form method="post" action="http://lemay.netfirms.com/cgi-bin/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)"> <input type="hidden" name="entry_id" value="35" />  <label for="author">Nom :</label><br /> <input id="author" name="author" /><br /><br />  <label for="email">Courriel :</label><br /> <input id="email" name="email" /><br /><br />  <label for="url">URL:</label><br /> <input id="url" name="url" /><br /><br />  <label for="text">Commentaires:</label><br /> <textarea id="text" name="text" rows="10" cols="50"></textarea><br /><br />  <input type="checkbox" id="bakecookie" name="bakecookie" /><label for="bakecookie">Sauvegarde des infos?</label><br /><br /> <center< <input type="button" onclick="window.close()" value=" Annuler " /> <input type="submit" name="preview" value=" Visionnement " /> <input type="submit" name="post" value=" Envoi " /><br /><br />  <input type="button" onclick="forgetMe(this.form)" value="Omettre les renseignements personnels" /></center> </form>  <script type="text/javascript" language="javascript"> <!-- document.comments_form.email.value = getCookie("mtcmtmail"); document.comments_form.author.value = getCookie("mtcmtauth"); document.comments_form.url.value = getCookie("mtcmthome"); //--> </script> </div> </div>  </body> </html> 
