var ScrollSpy=new Class({Implements:[Options,Events],options:{min:0,mode:"vertical",max:0,container:window,onEnter:$empty,onLeave:$empty,onTick:$empty},initialize:function(d){this.setOptions(d);this.container=$(this.options.container);this.enters=this.leaves=0;this.max=this.options.max;if(this.max==0){var c=this.container.getScrollSize();this.max=this.options.mode=="vertical"?c.y:c.x}this.addListener()},addListener:function(){this.inside=false;this.container.addEvent("scroll",function(){var d=this.container.getScroll();var c=this.options.mode=="vertical"?d.y:d.x;if(c>=this.options.min&&c<=this.max){if(!this.inside){this.inside=true;this.enters++;this.fireEvent("enter",[d,this.enters])}this.fireEvent("tick",[d,this.inside,this.enters,this.leaves])}else{if(this.inside){this.inside=false;this.leaves++;this.fireEvent("leave",[d,this.leaves])}}}.bind(this))}});window.addEvent("domready",function(){var a=[{quote:"We had a greater than 200% return on our costs with ARM. This represents revenue we would not have found using our own internal matching system.",name:"Paul Wildeisen",company:"Director of Customer Accounting, Laclede Gas"},{quote:"Bottom Line Impact approached us with their one-day ROI Guarantee using their Automated Revenue Miner, and even though we have our own internal skip-tracing procedures, we had to try it. During the Initial No-Cost ROI Assessment, BLI uncovered a significant amount of matches and we were sold! We have continued to partner with BLI and are quite impressed with their ability to react to our needs.",name:"Don Olson",company:"Credit Manager, Alliant Energy"},{quote:"When someone calls you and offers you money, how could you not want to pursue it?  The solution presented by Bottom Line Impact is creative common sense.  They made it work and it saves dollars, big time!",name:"Bill M. Scott",company:"VP, Chief Financial Officer, Great Lakes Energy"},{quote:"My greatest success in my role as the Credit and Collections Manager has been to implement Bottom Line Impact's Automated Revenue Miner system. I will always sing their praises.",name:"Judi Blair",company:"Operations Manager, Dayton Power & Light"},{quote:"Once the results from our Initial ROI Assessment were in, we knew Bottom Line Impact's Automated Revenue Miner was the tool we had been looking for to lower our write offs. Also the flexibility the Automated Revenue Miner offers allowed us to set up automated balance transfers or review them manually, simultaneously, which is definitely an added bonus.",name:"Joan Sweeney",company:"Manager, Customer Service & Collections, South Jersey Gas"},{quote:"Managing our expenses effectively helps us provide competitive rates to customers. By implementing Bottom Line Impact for First Choice Power, we're able to better control our write-off expense, which benefits our bottom line but also benefits our good-paying customers.",name:"Adam Carte",company:"VP and Treasurer, Texas-New Mexico Power Company"},{quote:"Since partnering with Bottom Line Impact, we have been able to recall a very large sum of money from our third-party collections agencies, which is now considered collectible. We attribute this mostly to the Automated Revenue Miner. Bottom Line Impact is unbelievable in the way they react to our needs and continue to exceed our expectations.",name:"Jerry Watkins",company:"Credit Manager, Clark Public Utilities"}];var b=a[Math.floor(Math.random()*a.length)];new Element("span",{html:b.quote}).inject($$("#quote blockquote p span")[0],"after");$("name").set("html",b.name);$("company").set("html",b.company);new SmoothScroll({duration:500});$("gototop").setStyles({opacity:"0",display:"block"});window.addEvents({resize:function(){var d=Math.floor(((this.getSize().x-$("container").getSize().x)/2)+($("sideBar").getSize().x-$("gototop").getSize().x)-8);if(d<0){d=0}$("gototop").setStyle("right",d)}});window.fireEvent("resize");var c=new ScrollSpy({min:360,onEnter:function(d,e){$("gototop").fade("in")},onLeave:function(d,e){$("gototop").fade("out")},container:window})});