温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:狂人论坛3.0源码
当前文件:
W3AWPMNK1EI77/Style/play.htm[805B,2009-6-12 11:58:00],打开代码结构图
W3AWPMNK1EI77/Style/play.htm[805B,2009-6-12 11:58:00],打开代码结构图1<SCRIPT language="JavaScript"> 2
<!-- 3
var sound1="huozhe.rm" 4
var sound2="shijie.wma" 5
var sound3="jing.wma" 6
var sound4="25.rm" 7
var sound5="wb14.rm" 8
var sound6="3.wma" 9
var sound7="333.ram" 10
var sound8="04-25.rm" 11
var sound9="superstar.ram" 12
var sound10="01.ram" 13
var x=Math.round(Math.random()*9) 14
if (x==0) x=sound1 15
else if (x==1) x=sound2 16
else if (x==2) x=sound3 17
else if (x==3) x=sound4 18
else if (x==4) x=sound5 19
else if (x==5) x=sound6 20
else if (x==6) x=sound7 21
else if (x==7) x=sound8 22
else if (x==8) x=sound9 23
else x=sound10 24
if (navigator.appName=="Microsoft Internet Explorer") 25
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">') 26
else 27
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="0" height="0" autostart="true" loop="100">') 28
29
//--> 30
</SCRIPT> 31







