Saturday, August 13, 2005
chinese O levels resultsgot a B3..ok i'm sad i really am..or maybe not.. jus disappointed..i wanna say that its unfair.. but no tt's not rite..i mean, i who need chinese for my L1R5 got B3 and gotta retake..but xiwen and roxanne who may not need and are more interested in poly got A1 and A2??what's more is my usual tests and exams got better than them too...its jus.. a bit unbelieveable to me...hard to accept for now i guess...if my chinese get so badly, what about my other subjects?gee, i can't think...but its ok, i wanna retake and i'll make sure i get an A1.i will not give up.with the A1 i can testify God and tell others that i perservered on despite the disappointment..i know i've got the ability to get A1 and i will get it.alrite, i shall not ponder on tt too much..anyways, i've been zi-lian-ing a lot these days hahahah...really lehx.. i wrote a lot on my foolscap paper's cover..LOLlemme show u some hahaha...
posted @ 14:14
_______________________________________________________________________
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()
//-->