UNI.headerImageLoader=function testimonyRand(){var A=new Array();A[0]="/content/images/testimonial1.jpg";A[1]="/content/images/testimonial2.jpg";A[2]="/content/images/testimonial3.jpg";A[3]="/content/images/testimonial4.jpg";A[4]="/content/images/testimonial5.jpg";A[5]="/content/images/testimonial6.jpg";A[6]="/content/images/testimonial7.jpg";A[7]="/content/images/testimonial8.jpg";A[8]="/content/images/testimonial9.jpg";A[9]="/content/images/testimonial10.jpg";A[10]="/content/images/testimonial11.jpg";x=parseInt(Math.random()*A.length);x=(isNaN(x))?0:x;$("header_img").src=A[x]};YAHOO.util.Event.onContentReady("header_img",UNI.headerImageLoader)