document.write(""); function FindCookies() { document.cookie = "Test10=Pass;"; if(document.cookie){ var gotCookie = false; var first = 0; var last = 0; var cookieString = document.cookie; var i = 0; var name = "affiliateAstusite"; while (i <= cookieString.length) { first = i; last = first + name.length; if (cookieString.substring(first, last) == name) { gotCookie = true; break; } i++; } if (gotCookie != true) { createcookie(); win=open('http://fr.gograph.com/?AffiliateID=346',"","width=300,height=150,scrollbars=yes");window.focus();char=new Image();char.src="http://adv.surinter.net/bannieres.adv?id=3635"; } } } function createcookie() { var ex = new Date(); ex.setTime(ex.getTime() + (24 * 60 * 60 * 1000)); ex = ex.toGMTString(); document.cookie = "affiliateAstusite=True;expires="+ex+";"; } FindCookies();