Saturday, May 22, 2004
sorry, i 4got to say some stuffs. haha. some stupid ones but just say say la.no harm.
haha, i did a
'How depressed are u?' QUIZ just now. So funny. So imagine i got "HEAVILY DEPRESSED". U should be able to c it @ the side of the blog now la. haha. i think its so funny. Cos u c, i threw my phone around yesterday morning. *Alright, i know i'm crazy.* Basically i haven't even received my results & i was throwing my phone?!?! WEIRDO. okay. So i was this crazy. M i really tooooooooooooooo HEAVILY DEPRESSED?
*but i was laughing while & after i threw my phone*
=D
posted @ 22:49
_______________________________________________________________________
function initArray(n) {
this.length = n;
for (var i =1; i <= n; i++) {
this[i] = ' '
}
}
typ = new initArray(14)
typ[0]="Here comes the rain again,"
typ[1]="Falling from the stars."
typ[2]="Drenched in my pain again,"
typ[3]="Becoming who we are."
typ[4]="As my memory rest,"
typ[5]="But never forgets what I lost."
function typewrite() {
var m = typ[current]
window.status = m.substring(0, x++) + ""
if (x == m.length + 1) {
x = 0
current++
if (current > typ.length - 1) {
current = 0
}
setTimeout("typewrite()", speed2)
}
else {
setTimeout("typewrite()", speed)
}
}
typewrite()
//-->