/* AUTHOR: Cooking2000 (http://www.france.cooking2000.com) */
/* CREATION DATE: 02/01/04  MM/DD/YY */
/* REVISION DATE: 01/28/05  MM/DD/YY */

function checktfl(dotdot) {
expdate = new Date("02/22/2005");
curdate = new Date();
newimage = dotdot;
newurl = dotdot;
if (dotdot == null)
{
newimage = "";
newurl = "";
}
newimage = (newimage + "../image/dossier/chandler/krokkrep.jpg");
newurl = (newurl + "concours.htm#Tefal");
if (expdate.getTime() > curdate.getTime())
{
document.write('<div align="center"><a href=' + '"' + newurl + '"' + '>');
document.write("Jouez au Concours<br>Krok'Krep avec Tefal…");
document.write('<br><img src=' + '"' + newimage + '"' + 'border="0" width="100" height="100" alt="Jouez au Concours Krok'+"'"+'Krep avec Tefal">');
document.write('</a></div><hr noShade size="1">');
}
}
