var img1 = new Image(); img1.src = "bookpic/20076816124010727.jpg"; var img2 = new Image(); img2.src = "images/huayuani_10.jpg"; var maxLoops = 2; var bInterval =6000; var idx = 2; function init() { document.images.blendObj.filters.blendTrans.apply(); document.images.blendObj.src = eval("img"+idx+".src"); document.images.blendObj.filters.blendTrans.play(); idx < maxLoops ? idx++ : idx = 1; setTimeout("init()", bInterval); } document.write('
![]() |