song randomization completed
hey cassandra finally u have a blog! it's like so incredible lah! i can learn proper ang moh from this hwa chong girl liao. u learn singlish from me lah. lousy pig! on the other hand my singlish also not that zai. i am zai in machine languages only. high level programming. i will teach u that if u ever get a computing elective. muahahahaha.
and oh yah after a long long debate i will be going back for F.O.C lah. so no worries on ur side lah. mahjong formation! see my hokkien power liao lah. on the other hand JC girls hokkien is so lousy one. sure must teach very long. but definitely good in GP. this year must change cheers liao. muahahahaha. pinch pple here and there u all know the best! that's proven! ok btw this is just my personal opinions it don't represents the majority.
*digress*
ok the nite is freaking long tonight and i don't feel sleepy at all now. oh lord pls put me to sleep now! to kill my boredom i've programmed a script that enables my bloggy to play random songs to random people everytime without me monitoring the site. how cool can that be. i love automation.
ok i won't be a selfish ass lah. share my goodwill to the others.
‹script language="Javascript"›
var songs = new Array()
songs.push("Brave.mp3")
songs.push("Messiah.mp3")
songs.push("Shinkai_no_Kodoku.mp3")
songs.push("Sketch_of_A_Goodbye.mp3")
songs.push("True_Light.mp3")
songs.push("Vestige.mp3")
songs.push("White_Page.mp3")
var randomID = Math.floor(Math.random() * songs.length)
var object = ""
object += '‹object
id="player"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/
mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
type="application/x-oleobject"
width="0"
height="0"›'
object += '‹param
name="filename"
value="http://www.filelodge.com/files/room24/642774/'
+songs[randomID]+ '"›'
object += '‹param name="autorewind" value="true"›'
//object += '‹!--‹param name="balance" value="-10000 0 10000"›--›'
object += '‹param name="autostart" value="true"›'
object += '‹param name="showdisplay" value="false"›'
object += '‹param name="showcontrols" value="false"›'
object += '‹param name="showtracker" value="false"›'
object += '‹param name="playcount" value="0"›'
object += '‹embed
type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.filelodge.com/files/room24/642774/'
+songs[randomID]+ '"
autostart="1"
loop="true"
showcontrols="0"
width="0"
height="0"›'
object += '‹/object›'
document.write(object)
‹/script›
ok i guess i will force myself to count sheeps now. out.
<< Home