/ Published in: JavaScript
URL: http://www.createblog.com/scripts/download.php?id=158
Works with firefox. Paste into custom header. Change the "URL 1", "URL 2", etc. to your own URLs. If you add more songs, or less you should change the 3 in "new Array(3);" to reflect the amount of songs
Expand |
Embed | Plain Text
<!-- start code provided by createblog.com --> <script language="JavaScript"><!-- //script made by hoogli modified by Paul D tips = new Array(3); tips[0]="URL 1"; tips[1]="URL 2"; tips[2]="URL 3"; index=Math.floor(Math.random() * tips.length); document.write("<embed src="+tips[index]+" showcontrols=0 height=0 width=0></embed>") //--></script> <!-- end code provided by createblog.com -->
You need to login to post a comment.
