ImgFiles = new Array("c816536e4f209f441f877bd0b1479ef1_new_logo1.jpg","f470a9475adf2d2048e047527db2ba02_new_logo3.jpg","ed87ed54db5bb2ef66991334177f7433_logo5.jpg","55abda90a0bed0d17940413cd32e9ef3_new_logo2.jpg","f3edc948e533b99f25d8db1c12ff9eca_logo6.jpg","92e92b15bb1416969f4bb84851bd75bd_logo7.jpg","47019a22e5294541e7ebe340804c9467_logo4.jpg"); i_f = 0; // array index of current image delay = 8; // sec var p_f = ''; function RotateLogo() { setTimeout('NextImg()',delay*1000); } function NextImg() { total=ImgFiles.length-1; if (i_f= 0) && (n.userAgent.indexOf('Opera') == -1) && (n.userAgent.indexOf('AOL') == -1)) { if (typeof(document.images.LogoPictureBox) != 'undefined') { document.images.LogoPictureBox.style.filter='blendTrans(duration=2)'; document.images.LogoPictureBox.style.filter='blendTrans(duration=CrossFadeDuration)'; document.images.LogoPictureBox.filters.blendTrans.Apply(); document.images.LogoPictureBox.filters.blendTrans.Play(); } } }