Saturday, September 03, 2005
ok we're decided to let things take its own pace...as for now, frens.ok?today isn't a really good day but i guess, better than last few days.english & chinese paper 1 today.english was pretty...i wonder if i'm out of point...uknow...then chinese...letter was ok but compo...hmm... abit can't think of what to write...haha but pretty much ok..the thing that hurt me was how enoch suan me...well, i know he's joking...but.. he doesn't need to repeat so many times like he always does rite?i mean, i'm left behind by the whole clique n he still suan me repeating tt they're going home liaox...while i still gotta do my chinese paper 1..gee i don't like tt...i simply ignored him yet he still continue...(-.-) it kinda hurts...survey was lame. very lame.today got our termly report and i think to quite a number of people's surprise, quite a no. improved.nevertheless, there's always quite a large no. of us getting L1R5 20+ near 30..my mid yr was 21 or 23 i think... most probably 23.and guess what i get?L1R5 16.pretty relieving. pretty happy. pretty surprising. prelim goal is 12.heard ms teo say today tt 11 for prelim may be able to get us into VJC..wa i wan la!!!i mean, cos i wanna study theatre arts!!!pls pls pls i wan i wan i wan...i'm gonna pray real hard for this la can.. somemore i take elit... more chance!!!just my english....abit.....ah can de la....ah.............okok..i'm getting a little exaggerated...ok i gonna get back at doing my presents for CDS farewell party tml.. cya =)for ur info.my results:english c5chinese b4a maths a1e maths a1physics c6chemistry b4combine humans b4e lit a2L1R5 : 16i wanna improve on my english & sciences. =)
posted @ 00:52
_______________________________________________________________________
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()
//-->