Friday, December 02, 2005
ok today my mood was ok.
haha what a start for a post online. haha.
anyways, 28th November was Graduation night, also called prom.
it was.... well.... actually.... kinda BORING.
we were almost late la can or rather we WERE late just that the dinner itself was much later than us!!!
haha.
ok, imagine this.
xiwen & roxanne were supposed to reach my hse at 3 or rather b4 that so that my sis can help them do the make-up & probably hair as well but guess what?
roxanne reached at 3.40 and xiwen reached at 4 or past 4.
yeah, so everything was kinda in a rush.
cos u see, we were supposed to meet enoch at 5.45 at tamp mrt then meet kenneth at bedok.
BUT............
we were only done with our concealer, foundation & blusher at 5.30...
yea. so EARLY RITE.
roxanne was like sweating while my sis did her make-up!! haha.
and guess what? xiwen had her hair rebonded when she actually only wanted to straighten it.
-.-" according to her, her aunt was much more excited over the night than her haha so cute la can. then her hair kinda made her face looked triangular that night in my opinion. haha. but it was still ok, better than looking messy rite? =) yeah, so we were sssssssssoooooooo late that kenneth & enoch came to my hse to wait for us instead hahaha... i wonder how enoch can remember the way to my hse when i don't even remember him coming over.. haha. maybe the new yr sheep thing? but that was like almost 3 years ago?!?! OH MY GOODNESS. so long le lah. gee i think he really got super super power-ed memory can. especially when his results are so good too. with reference to his distinction humanities. gee. is he a SUPERMAN??? nonono, a SUPER_MEMORY_MAN!!!! haha i'm funny. -_-"
so we ledt my hse at 7 when we were supposed to reach there at 7. so nice. haha. roxanne called a "LONDON CAB" but came a normal small taxi la can. so rather irritating when we're so late la. but nevermind, thank goodness i'm staying at tampines, cos my hse there even the smaller road also have lots of taxis coming along haha. yeah so in the end we took 2 seperate taxis. i waas like pls go faster pls go faster in the taxi only to realise that the dinner starts at 8+... waa.... scared scared la can. EEK. but well i realise that fullerton's food is so cheap-skate la can. worse than my elder sis' wedding one lohx.what a 6-star hotel. (#_#) somemore so nice of them... come out with the food so classy then say " may i help u serve into seperate servings" and there they go... taking so so extremely extremely long to serve us la. diao4 our wei4 kou3 can. (*-*) i think i only find the 1st dish nice, afterall its a norm at all restuarants to have that cold dish la. haix. pathetic us. & the MC, so lamed, not funny, & so boring. how i wish they have actually asked a DJ. i think even if flying dutchman an old guy can do MUCH better than him. geeeeee. and the games. haix at first i was trying to be enthu but in the end, i also sian-ed. 1st game was bingo but instead of using numbers, it uses objects then u gotta have all those things. but well, i still remember one of them was a black ladies' stockings. i was like (0.0) even if there's someone wearing it, who would actually take it off immediately la. so disgusting! EEW! then 2nd game was guessing some lame sounds & telecast music & some actors. hmm kinda boring. but well, the prom kings and queens... nothing special. they just did some dancing, some singing, some performed their so called "magic" which was like anyone would have guessed how they made it. yeah anyways in the end mingwei was the prom king & juliana was the prom queen. yeah. although i seriously don't agree for the prom king but well..... yeah that was the result. & i still don't understand how they can make our table to be placed at the side when it is table 7... i mean, the table numbers are all jumbled up la can. & i also don't understand how all the people frm our table can miss getting a single prize when there were 60 prizes!! oh my... i was like.... SHOCKED?!?! -_-" not even the games la. haha okok... but the dance was still fun to end it all. =)
wa my hands tired liaox haha. chat chat about the drama camp another day kk. =) goodnitex!
posted @ 14:36
_______________________________________________________________________
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()
//-->