Monday, May 31, 2004
ElLo to all~~~
haha.Basically had cca in the morning doing dao ju. The cardboards are so so horrendous~!! my arms are aching right now & that stoopid qR so do little...was like slacking, lying on the sofa reading her stoopid BOOK~~~~~
yep. So we as in me, qR & jQ went off earlier. went to eat pizza hut.(after working must treat ourselves..=P) haha. had much fun cos we were like so so so so full. yep. Then after that we decided to shop cos we were practically much too full, need some exercise so in the end we shopped for like almost 2 hours?/?? horrendous i know. But later on i came over here to CDAC to study. i so guai. =ppppp
haix.my arms are realy aching so much, think i shall not write any further k.
*i want to buy huang yi da's CD~!!!!!!*
*stoopid qR kip complaining that i nvr update my blog when i DID!!! =PPP*
posted @ 19:15
_______________________________________________________________________
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()
//-->