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 opens = _____WB$wombat$assign$function_____("opens"); /* Thank you Drew McLellan for starting us off with http://24ways.org/2006/tasty-text-trimmer */ function TextTrimmer(value) { var self = this; this.minValue = 0; this.maxValue = 100; this.chunks = false; this.prevValue = 0; if (value >= this.maxValue) { this.curValue = this.maxValue; } else if (value < this.minValue) { this.curValue = this.minValue; } else { this.curValue = value; } this.slider = new K2Slider('#trimmerhandle', '#trimmertrack', { minimum: 0, maximum: 10, value: 10, onSlide: function(x) { self.doTrim(x * 10); }, onChange: function(x) { self.doTrim(x * 10); } }); jQuery('#trimmermore').click(function() { self.slider.setValueBy(1); return false; }); jQuery('#trimmerless').click(function() { self.slider.setValueBy(-1); return false; }); jQuery('#trimmertrim').click(function() { self.slider.setValue(self.minValue); return false; }); jQuery('#trimmeruntrim').click(function() { self.slider.setValue(self.maxValue); return false; }); }; TextTrimmer.prototype.trimAgain = function() { this.loadChunks(); this.doTrim(this.curValue); }; TextTrimmer.prototype.loadChunks = function() { var everything = jQuery('#dynamic-content .entry-content'); this.chunks = []; for (i=0; i' + a.join(' ') + ' [...]

'); } } /* Add 'trimmed' class to while active */ if (this.curValue != this.maxValue) { jQuery('#dynamic-content').addClass("trimmed"); } else { jQuery('#dynamic-content').removeClass("trimmed"); } }; } /* FILE ARCHIVED ON 17:23:06 Jun 08, 2008 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 06:19:22 Nov 27, 2025. 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: 4.354 exclusion.robots: 0.111 exclusion.robots.policy: 0.082 esindex: 0.024 cdx.remote: 24.543 LoadShardBlock: 287.732 (3) PetaboxLoader3.datanode: 282.781 (4) PetaboxLoader3.resolve: 128.813 (2) load_resource: 173.958 */