Saturday, December 10, 2005
yeah its yang yang's birthday!!haha i'm so FULL now... all the food... lemme think.. there were fishballs, mango pudding, noodlles, curry, kebabs, vegetables. sushi, cake, konyaku jelly, chicken wing, ribs, fried fish, and so on so forth. haha so much rite? he's so pampered k. so many presents for him... though not many people come, only some relatives, he had so much present k. let's see, our family bought a small guitar!!! haha its actually those small small one which those hawaiians play. know? haha yeah. and i did some flash cards for him!! i think soon enough he'll have all the toys from toys r us la. its like, all his other presents are frm toys r us. soooooooo ggoooood.......... i'm JEALOUS!!!! =P anyways, so much food made my whole tummy bulge out frm my jeans. seriously. originally i already felt the tightness from my jeans. after eating, OH MY. *bllooopp* *opps* hahahah. once i got home just now, i opened that stupid button i had been focussing for so long. *aaaaaaahhhhhhhhhh..........* hahaha. really la. i'm getting fatter so SERIOUSLY FAT. ok roxanne, u're not the only one ok, i'm getting fat too from all the eating & slacking & sleeping & eating & slaking & sleeping & again & again............. *phew* & i just realised this morning that TIME is passing so ssllllllllllloooooooooooowwllllllyyyyyyyyy..... yeah. cos i was looking through my new phone, adding some memos on certain special dates. guess what? O levels had only ended 3 weeks ago!!! or less la... can't believe it. it felt like more than a month!!! gee i'm in a time warp. ok, i dun know if i spelt correctly but so long as i understand what i'm writing. who cares if u understand anyway? *opps!* =p so... 1 more week before the results of the schs we're getting in for the 1st 3 months come out. haix. 1 more slloooow week ahead. argh. dun like. utterly. haix. suddenly i'm worried again. i dun exactly understand why i feel that way cos i've been & kept on telling myself that i dun need to. i already have dependance haven't i? hmm... i dun know. weird. let's sincerely pray that i'll be getting into AJC & able to stay in there FOREVER. not just the 1st 3 months i meant. haix................... but then........................ haix.................... u won't understand.i think, i'm beginning to write like roxanne & xiwen. argh.
posted @ 22:31
_______________________________________________________________________
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()
//-->