// ROI Tracking 1.0 // Written by Ian LeBlanc //alert('K: \nD: 0\nE: \nIP: 70.126.126.90'); SetCookie("ROI_Keyword","",30); SetCookie("ROI_Engine","",30); SetCookie("ROI_IP","70.126.126.90",30); function SetCookie(cookieName, cookieValue, nDays) { var today = new Date(); var expire = new Date(); if (nDays==null || nDays==0) nDays=1; expire.setTime(today.getTime() + 3600000*24*nDays); document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString(); }