somiok.com    

한국어

Board

간단한 소스

№| 2006.05.30 19:26

<script language="JavaScript"> <!--//http 주소사용함 var how_many_syes = 7; //곡수입력 var now = new Date() var sec = now.getSeconds() var ad = sec % how_many_syes; ad +=1; if (ad == 1) { banner="http://211.176.63.195:8080/1/HIGH_MP3/475/475785.mp3"; } else if (ad == 2) { banner="http://211.176.63.195:8080/1/HIGH_MP3/475/475786.mp3"; } else if (ad == 3) { banner="http://211.176.63.195:8080/1/HIGH_MP3/475/475787.mp3"; } else if (ad == 4) { banner="http://211.176.63.195:8080/1/HIGH_MP3/475/475788.mp3"; } else if (ad == 5) { banner="http://211.176.63.195:8080/1/HIGH_MP3/475/475789.mp3"; } else if (ad == 6) { banner="http://211.176.63.195:8080/1/HIGH_MP3/475/475790.mp3"; } else if (ad == 7) { banner="http://211.176.63.195:8080/1/HIGH_MP3/475/475791.mp3"; } //document.write('<bgsound src=\"' + banner + '\" loop="infinite">');//bgsound 사용해도 됩니다 document.write('<embed src=\"' + banner + '\" loop="infinite" hidden=true>'); // --> </script>.