image_url = new Array(); image_url[0] = "PICT6170.jpg";image_url[1] = "PICT6194.jpg";image_url[2] = "b7.jpg";image_url[3] = "cc6.jpg";image_url[4] = "ma3.jpg";image_url[5] = "v2.jpg";image_url[6] = "x1.jpg";image_url[7] = "x2.jpg";image_url[8] = "x3.jpg";image_url[9] = "x4.jpg";image_url[10] = "x5.jpg"; var countImages = image_url.length; var rotator_id = 'bn_rotate' var rotator_speed = 8000 var timer=0; var count_preload = 0; function preload() { if (document.getElementById(rotator_id) && count_preload > 0){ index = Math.floor(Math.random() * image_url.length); file = 'http://mediafiles/bn/'+image_url[index] swapfade(document.getElementById(rotator_id), file, '1', '') } count_preload++; timer = window.setTimeout('preload()', rotator_speed); } dw_Event.add( window, 'load', preload);