Cookie Path Example

<SCRIPT>

document.write(unescape(document.cookie) + "<P>");

document.write("TestPath = " + getCookie("TestPath") + "<BR>");
document.
write("Week7 = " + getCookie("Week7") + "<BR>");

</SCRIPT>