/* GNU General Public License version 2 or later; see LICENSE.txt */ var JCaption=new Class({initialize:function(a){this.selector=a;$$(a).each(function(a){this.createCaption(a)},this)},createCaption:function(a){var f=document.createTextNode(a.title),c=document.createElement("div"),d=document.createElement("p"),e=a.getAttribute("width"),b=a.getAttribute("align");if(!e)e=a.width;b||(b=a.getStyle("float"));if(!b)b=a.style.styleFloat;if(b==""||!b)b="none";d.appendChild(f);d.className=this.selector.replace(".","_");a.parentNode.insertBefore(c,a);c.appendChild(a);a.title!= ""&&c.appendChild(d);c.className=this.selector.replace(".","_");c.className=c.className+" "+b;c.setAttribute("style","float:"+b);c.style.width=e+"px"}}); /* FILE ARCHIVED ON 18:32:30 Aug 29, 2018 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 09:38:36 Oct 03, 2019. 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): CDXLines.iter: 11.288 (3) exclusion.robots.policy: 0.168 exclusion.robots: 0.18 PetaboxLoader3.datanode: 113.898 (5) esindex: 0.025 RedisCDXSource: 0.628 LoadShardBlock: 45.265 (3) captures_list: 60.147 PetaboxLoader3.resolve: 254.125 (2) load_resource: 351.96 */