"); } // Sets count of cookie 'visits3' to zero. function resetCounter() { var expdate = new Date(); expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 365)); visits3 = 0; SetCookie("visits3", visits3, expdate , "/", null, false); } // Function for viewing source code function WinOpen() { alert('\nPage will load to full screen.\n\nUse View/Document Source from menu bar to view source.\n\nClose new window to return to this page. '); window.open("js-cnt3.htm","DisplayWindow","menubar=yes"); window.open("js-cnt3.htm","DisplayWindow","menubar=yes"); // double for Macs } displayInfo(); // De-activate Cloaking // -->