var v="$Revision: 1.2 $";(function(b){var a={lastId:-1,rotationTimeout:15000,init:function(c){this.updateTestimonial()},updateTestimonial:function(){$("#testimonialBlock").fadeOut("def",Dcsl.scope(this.putTestimonial,this))},putTestimonial:function(){var d=testimonials.length;var g=0;var f=0;do{f=Math.floor((d)*Math.random());g++}while(f==this.lastId&&g<10);this.lastId=f;var e=testimonials[f];$("#testimonialBlockMsg").html(e.msg);$("#testimonialBlockAuthor").html(e.author);var h=e.url?'<a href="'+e.url+'" target="_blank" title="'+e.company+'">'+e.company+"</a>":e.company;$("#testimonialBlockCompany").html(h);$("#testimonialBlock").fadeIn("def",Dcsl.scope(this.rotate,this))},rotate:function(){setTimeout(Dcsl.scope(this.updateTestimonial,this),this.rotationTimeout)},doLayout:function(){}};b.register("testimonial",a)})(Dcsl);