'; theImages[1] = ''; theImages[2] = ''; theImages[3] = ''; theImages[4] = ''; theImages[5] = ''; theImages[6] = ''; theImages[7] = ''; theImages[8] = ''; var j = 0 var p = theImages.length; var preBuffer = new Array() for (i = 0; i < p; i++){ preBuffer[i] = new Image() preBuffer[i].src = theImages[i] } var whichImage = Math.round(Math.random()*(p-1)); function showImage(){ document.write( theImages[whichImage] ); } // End --> '; theImages2[1] = ''; theImages2[2] = ''; theImages2[3] = ''; theImages2[4] = ''; theImages2[5] = ''; theImages2[6] = ''; theImages2[7] = ''; var j2 = 0 var p2 = theImages2.length; var preBuffer2 = new Array() for (i = 0; i < p2; i++){ preBuffer2[i] = new Image() preBuffer2[i].src = theImages2[i] } var whichImage2 = Math.round(Math.random()*(p2-1)); function showImage2(){ document.write( theImages2[whichImage2] ); } // End -->
|
在此刊登广告 |
| 在此刊登广告 |