Monday, January 09, 2006
so lectures have started today. haha its so funny to start with that physics lecturer ok. he's so GAY! =X no la, he's just funny with his actions & words. most importantly, he's WEIRD. as in, he suddenly say things like " don't think i'm joking around here, when i get fierce & ANGRY, i'll BITE ur head OFF!!!" hahaha, made me laugh like mad la... then he suddenly ask why people laugh. i mean, he surely knows it right? *rolls eyes* but well, after that we went to check our subject code we got in! & i got into my 1st choice!!! haha 4h2 maths, physics, chem, econs!!! haha i'm so happy lah. i wonder why i always want to take something more than the norm la, maybe cos i'm just weird? haha. i "love" challenges.....lol...yeah right...... haha. but i hope i'll do well. afterall, one of my few new year resolution is to get A or B for all my subjects. hm, not exactly confident of doing so but i'll always try la. haha =)anyway, guess what, AJC physics students 45% of them get A la, and about 75% of them got either A or B! oh my, how do they ever do that?? =/ah, and i've got 3 hrs break today!! haha, that was abit mad. but well, went to the library with jerrie & slacked haha. chatted about people & schools & so on. well, can't blame us for wasting our time chatting away. at least we did try reading but i only read 20+ pages & i almost fell asleep la. its like so tired, esp with the cold nice nice rainy weather! haha... today school ended early. at around 3.20... supposed to end at 4.45 initially but they cancelled the maths lecture & pushed forward the econs lesson. i guess it doesn't make any difference. cos all the lecturers just introduced the teachers & the topics & the exam format, which we known since the subject talks. it was SO BORING. but nevermind, looking at the teachers seem to be rather interesting too at times =Panyway, thank goodness i brought my umbrella! it suddenly rained so heavily halfway on my route to the interchange. & that wilson! argh. the guys were like hiding under their bags or something & got so hurried when the rain started to "grow" heavy *LOL* haha... yeah then that wilson came hiding under my umbrella. i mean its ok la but he had an umbrella himself & he's just too lazy to find it & open it. *rolls eyes* nvm, he held on to the umbrella but he got my whole shoulder wet lah! *push air in my cheek* haix. nvm, its kinda funny talking to him also. haha. SOTONG! =P k, i better stop. see u all around. & stop asking me about him lehx. =S sad, he's gonna have tournament soon so won't be talking much le.
posted @ 20:25
_______________________________________________________________________
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()
//-->