< script language="JavaScript1.1" > < !-- // Get Cookies script cookString = "?" // does the visitor have a cookie? if(document.cookie != "") { theCook = document.cookie.split("; ") // add each part of the cookie to a string variable for (i = 0; i < theCook.length; i ++) { cookString += theCook[i] + "&" } } // -- > < /script >