/* FILE ARCHIVED ON 2:25:18 Sep 18, 2008 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 19:38:23 May 6, 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)). */ function goto(newURL) { if (newURL != "") { location.href=newURL } } function SendEMail(thisAddress) { location.href="mailto:" + thisAddress + "@cadc.uscourts.gov"; } function UpdateStatus(thisAddress) { window.status = "mailto:" + thisAddress + "@cadc.uscourts.gov"; }