NOTES: This demo illustrates how to use cookies to send data to another web page. It is important to note that if you wish to use the AddCookie(), GetCookie(), & DeleteCookie() functions that are demonstrated in the source code of this demo program and in Sample VI, you must first save a copy of the cookietools.js file on your website, and then reference it in a <SCRIPT> tag as demonstrated in this program. Also, note that the AddCookie() function in cookietools.js creates cookies that persist until Dec 31, 2999. If you want your cookies to be deleted sooner, you can change this date or you can modify the function so that an additional date argument can be passed to it.