/* FILE ARCHIVED ON 0:51:25 Jan 12, 2009 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 21:17:22 Sep 29, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ document.write("Hello,"); document.write(""); document.write("Visitor "); document.write("Register "); document.write("Sign-In"); document.write(""); document.write(""); document.write("There "); document.write("Profile "); document.write("Logout"); document.write(""); if(cookie_ul = document.cookie.match(new RegExp('(^|;)\\s*l_st=([^;\\s]*)'))) { if(username_ul = unescape(cookie_ul[2]).match(new RegExp('(^|&)*un=([^&]*)'))) { document.getElementById('username').firstChild.nodeValue=username_ul[2]; } document.getElementById('logged_out').style.display='none'; document.getElementById('logged_in').style.display=''; }