ImgFiles = new Array(); i_f = 0; // array index of current image delay = 7; // sec var p_f = ''; function RotateNews() { 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.PictureBox) != 'undefined') { document.images.PictureBox.style.filter='blendTrans(duration=2)'; document.images.PictureBox.style.filter='blendTrans(duration=CrossFadeDuration)'; document.images.PictureBox.filters.blendTrans.Apply(); document.images.PictureBox.filters.blendTrans.Play(); } } }