if (VersionNavigateur(99,4.0)) {
 document.write("<DIV ID=\"flocon\" CLASS=\"f\">")
 document.write("<IMG NAME=\"fl\" SRC=\"flocon07.gif\" WIDTH=19 HEIGHT=19>")
 document.write("</DIV>")
 var flocon = (isNS) ? document.flocon : document.all.flocon.style
 var xf=Math.round(Math.random()*400)+200
 var yf=Math.round(Math.random()*500)+10
 flocon.left=xf
 flocon.top=yf
}

setTimeout('animFlocon(1,1)',100)
