Sunday, October 02, 2005
ok update update!!!
prelims are out...
i've done.... =(
oh no...
haiz...
sad...
pretty bad...
how...........
i go ITE liaox.......
haha......
JUST KIDDING LA...
no la i did ok... pretty gd actually...
surprisingly, i didn't get C u know.. haha
let's see.. :
english b3
chinese a1
chemistry b3
physics b4
eng lit a2
ss b3 ]
geography b4 ] combine humans. b3
e maths a1
a maths a2
so basically i got 2 a1s, 2 a2s, 3 b3s, 2 b4s... ya...
L1R5 took english, chinese, chem, eng lit, e maths & a maths... & got .....
12!!!!!
wa....
i hit & broke my goal of 14!!!
yea!!!!
haha...
i probably going Anderson JC..
cos their english pretty gd...
hope to learn from them...
& also have chinese LDDS..
can continue my CCA...
then heard their academics getting great improvements & achievements by the years...
though its all the way at Yio Chu Kang, my hse is so near the MRT so not too bad..
& it takes about 45-50 mins train ride..
not tt bad la..
& the school near MRT too.. haha... 340 m away from it.. so near la..
not even one round of the 400m stadium track..
haha...ya.
ahh i got to go... cya! =)
take care peeps. *winks*
posted @ 21:17
_______________________________________________________________________
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()
//-->