
function getCookie (name) {
var dcookie = document.cookie;
var cname = name + "=";
var clen = dcookie.length;
var cbegin = 0;
        while (cbegin < clen) {
        var vbegin = cbegin + cname.length;
                if (dcookie.substring(cbegin, vbegin) == cname) {
                var vend = dcookie.indexOf (";", vbegin);
                        if (vend == -1) vend = clen;
                return unescape(dcookie.substring(vbegin, vend));
                }
        cbegin = dcookie.indexOf(" ", cbegin) + 1;
                if (cbegin == 0) break;
        }
return null;
};

function ecrire()
{
if (!getCookie("Sondage2")) {
document.write('<font size="2" color="#3333CC"><form method="POST" action="php/sondage2.php"><br>Selon vous, quel sera le meilleur résultat du club cette saison<br><p></p><div align="left"><input type="radio" value="1" name="reponse"> Cyril Gaudemer <br><input type="radio" value="2" name="reponse"> Bastien Griffon<br><input type="radio" value="3" name="reponse"> Gaspard Holenka <br><input type="radio" value="4" name="reponse"> Nadège Launay <br><input type="radio" value="5" name="reponse"> Autre <br></div><br><div align="center"><input type="submit" value="Voter ! "></div></form></font><br>');
}
else {
document.write('<iframe src="php/sondage2.php" height="370" width="153"></iframe>');
};
};

function sondageFiniAffRes()
{
document.write('<iframe src="php/sondage2.php" height="600" width="153"></iframe>');
};
