Saturday, September 24, 2005
i shall not use my sis' comp for too long so i shall just write a little.
1st, i know all of u miss me & i miss ya all too...
=)
i miss my shepherd & sheep(s) & caregroups...
i just finished my prelims & tt's y i'm able to use comp now.
prelims was pretty much ok...
my goal is L1R5 14... lemme have a little fun predicting my results..haha
english b4 or c5?
chinese b3 or a2?
english lit. b3 or a2?
combine humans b3?
chemistry b3?
physics b3?
emaths a1?
amaths a2?
so i'll probably get around 14 to 17,18 like that...
ok i wonder where i can go for the 1st 3 months la... -.-"
by the way i heard that cheng is taking over ec1?
haha hmm....ahh...lol...
i wonder how's it like.... hahaa..
no la, jiayou k cheng~!
ah so tt makes u my shepherd too is it???
interesting...haha...
ah for my sheep(s)... i suppose u all's exams coming pretty soon rite?
must jiayou ok. =)
i miss u all too =)
we'll still have shepherding ok
posted @ 12: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()
//-->