Interests:First of all.. This is my Icon site. Well, not all icons, but ya get what I mean. Anyways, I make my own layouts [I don't jock them from people], I put icons up for people, and I also put codes/surverys for those in need. So c'mon, take a look inside! Remember to vote for me, thanks! =] Expertise: Occupation:Other Industry:Entertainment
<script language="JavaScript"> <!-- var playstate = 1; shuffle = 1; // set to 0 to always play first song in list // set to 1 to randomly choose the first song to play // unlimited songs, just copy and paste the song line and change the number songs=new Array(); songs[0]="SONGURL HERE" songs[1]="SONGURL HERE" songs[2]="SONGURL HERE"
if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); document.darkplayer.FileName = songs[randsg]; document.darkplayer.scr = songs[randsg]; document.forms['form'].playlist.options[randsg].selected = true; } function play(list) { if (playstate == 2) { document.darkplayer.Play(); } else { var snum = list.options[list.selectedIndex].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum]; } playstate = 1; } //--> </script>
New Song On Refresh:
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <script language="JavaScript"><!-- // modified to eliminate 'undefined' error by micron // for more xanga scripts and help go to createblog.com
ctips = new Array(); ctips[0]="Title of Song1"; ctips[1]="Title of Song2"; ctips[2]="Title of Song3"; ctips[3]="Title of Song4";