Wednesday, May 26, 2004
yep.So today had Sports Heat. haha.. so funny, me & Jingyu & michelle chua & wenjie din run our 4 x 400m afterall. Hee, cos of the rain.. haha.. we were kinda praying that it'll rain heavily. Before the 4 x 100m event which was just before ours we were already able to feel some drizzles. Got so excited over it Jingyu was like "ni3 yao4 pei2 yang3 qing2 xu4~! ni3 shi4 wei4 hun1 ma1 ma dong3 ma1? ni3 yao4 ku1! ni3 yao4 xiang3 xiang4 mei2 you3 ren2 yao4 ni3! pai2 yang3 qing2 xu4!!" haha. In the end it started raining so heavily! haha.. what
TYCONESS.. So, the heats for our event got postponed back to 3rd term 1st week i heard.. yep.
Well, yesterday was the cat. high music awards. Didn't go but heard that it was Great. In the sense that it was very interesting & the lightings were 'cool'? *as according to qR & jQ..haha..* not really disappointed or upset over the fact that i decided not to go cos qR & jQ ended up reaching home very late? abt 11+ i think. Lucky i didn't go.=p
Tml will be having paixi again. so sianx. & anyway, me not having much depression these days le k? so dun worri too much... I suppose its because of the kit kat she (as in chen su zhen my chinese teacher) gave me..ahhaha... Basically i think its because i'm the 2nd in my class & at the same i'm her rep? Well, in anyways, i'm hApPy over the fact that i had a kit kat~ & my form teacher also encouraged me to do better... so gan dong.. haha.. cos she knew of my maths results. =)
posted @ 21:48
_______________________________________________________________________
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()
//-->