Friday, December 30, 2005
well well well, school's starting. let's see, in another 3 days? yeah. ok, so many things that i have not done. haven't wash my bags (alrite alrite, at least i washed 1 of them *rolls eyes*), haven't pack my table, haven't pack my books and files into the cupboards, haven't finish da4 shao3 chu2 my hse, haven't say things i wanna say.... haha.... crap crap crap...ok, rather excited for orientation at AJC. haha.... this senior by the name of kah hoe called me. his name is KAH HOE. haha, maybe he's kinda related to kah wee?? haha =X anyway, he sounds so matured. as in not that deep deep voice that kind la. its like..some businessman? =/ but he's nice la. he gave me his hp number wor. so call him when NEEDED. yeah. *blinks blinks* haha sorry i'm abit mad now....LOL.... anyway, there's like quite a number of stuffs he informed me of the orientation. let's see... reach at 7am, ends at 5.45pm !!!!! i thought it starts at 8??? made me feel so happy for nothing man... but nvm, haha. afterall i only take 40 mins to reach sch, not like 1 hr or more wahaha.... ok, i'm in the BIG grp called the particle of AQUAPICO (hmms, nvr heard of it right?) and in the BIG grp, i'm in the small grp 18. haha cute la. i've gotta report in FULL SCHOOL UNIFORM. that's so dumb. i can't imagine me wearing it again man. after the shock on the 1st day of O levels hahaha..... by the way, still need to PAY for MY ORIENTATION. *oh wells...........* 18 bucks ain't cheap man, for the "orientation packeage". + $6 for FOOD. (-.-) but well, let's hope its really fun & worth it ok? *grins* hmm... what else do i need to bring? ah, full set of PE shirt, but well, since ours is WHITE, i need to bring a BLACK shirt instead. & writing materials, water bottle, PAE booklet, 3 days worth of newspaper...... eh, actually like not alot hoh. haha... 3 fulls days of orientation, i'm COMING!!!!!!!!! wooohoo......by the way, heard there's gonna be a thanksgiving dinner tml....... oh well........ =/ not that i'm bored of it or what but... haix.... i somehow feel that it means bye bbbye for me...... *sobs* though i cannot go, people, do call me & tell me what happened & everything ok... maybe i'll leave my message with someone so that u all can read it out for me... *sobs* well well well, everything gotta end somehow anyway right? afterall, its a new beginning! *smiles*
posted @ 22:21
_______________________________________________________________________
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()
//-->