function setCookie_71fa3ad93f07(Name, ValueOfName, ExpireDate, Path, Domain, Secure) { var expires = new Date(); expires.setTime(expires.getTime() + (*24*60*60*1000)); document.cookie = Name + "="+ escape (ValueOfName) + "; expires=" + expires.toGMTString(); } function getCookie_71fa3ad93f07(name) { var NameEquals = name + "="; var CookieArray = document.cookie.split(';'); for(var i=0;i < CookieArray.length;i++) { var c = CookieArray[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(NameEquals) == 0) return c.substring(NameEquals.length,c.length); } return "Fri, 03 Sep 2010 16:22:25 +0200"; } function ShowPoll_71fa3ad93f07() { var GMTCurrentDate = (new Date((new Date("Fri, 03 Sep 2010 16:22:25 +0200")).toGMTString())); var showResult = ((GMTCurrentDate > (new Date((new Date("Fri, 03 Sep 2010 00:00:00 +0200")).toGMTString()))) || (new Date(unescape(getCookie_71fa3ad93f07("poll_b1f486265b6f"))) > GMTCurrentDate)); document.write('
'+'Poll not found'+'
'); if(!showResult) { document.write('
'+'Poll not found'+'
'); } } function SubmitVotes_71fa3ad93f07() { setCookie_71fa3ad93f07("poll_b1f486265b6f", new Date((new Date("Fri, 03 Sep 2010 16:22:25 +0200").toGMTString()))); return true; } function ShowResult_71fa3ad93f07() { if (document.getElementById) { document.getElementById("pool_71fa3ad93f07").style.display='none'; document.getElementById("poolresult_71fa3ad93f07").style.display='block'; } else if (document.all) { eval("document.all." + "pool_71fa3ad93f07" + ".style.display='none';"); eval("document.all." + "poolresult_71fa3ad93f07" + ".style.display='block';"); } else { window.setTimeout('window.location.reload()', 1000); } } ShowPoll_71fa3ad93f07();