var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); var forcedRefresh = true; /* The forcedRefresh variable specifies how the function should behave if the user clicks a link to open a window after it has already been opened. If set to true, the window will refresh with the address specified. If set to false, the window will simply gain the focus and not refresh its contents. */ var alreadyopen = new Array(); var newwin = new Array(); function openCenteredWindow(theURL, winName, features, w, h){ var winl = parseInt((screen.width - w - 10) / 2); var wint = parseInt((screen.height - h - 29) / 2); openWindow(theURL, winName, features + ',height=' + h + ',width=' + w + ',top=' + wint + ',left=' + winl); } function openWindow(theURL, winName, features){ if(forcedRefresh == false && alreadyopen[winName] && !newwin[winName].closed){ newwin[winName].focus(); } else{ alreadyopen[winName] = 1; newwin[winName] = window.open(theURL, winName, features); newwin[winName].focus(); } } } /* FILE ARCHIVED ON 21:02:41 Sep 05, 2015 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 07:23:13 Apr 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.663 exclusion.robots: 0.082 exclusion.robots.policy: 0.072 cdx.remote: 0.061 esindex: 0.01 LoadShardBlock: 40.054 (3) PetaboxLoader3.datanode: 96.724 (5) load_resource: 423.664 (2) PetaboxLoader3.resolve: 311.755 (2) */