Saturday, November 19, 2005
ah yes. Os finally finish le.
gee i wonder how much i'll get... probably the same or worst than prelims.
ok, i'm prepared for the worst...................
=(
haha no la. i'm still expecting the best whatsoever. haha.anyways, i'm purple-ish today.haha i dunno y just feel that way.hee.yesterday my elder sis brought my whole family to this changi village hotel's italian restaurant!!! just to celebrate the end of my Os. so nice. =)oh my gosh, its so nice la ok.the clams in white wine, the crabmeat pasta.... the pizza.......... the ICE CREAM in honeydew................oh my....see lah, actually i already knew that she'll surprise me LOLbut it was really nice.can see the moon lying on the sea. lol.... *what am i talking?* & the moon was like the salted eggyolk in the mooncake.& i'm SERIOUShaha. really!anyways that was yesterday.today, went IKEA. bought some small small stuffs adding up to 50 bucks & above!oh my oh my, we sure know how to shop hahaaiyah sad. never go wild wild wet today.cos yesterday ate till too late. don't have time to go buy swimming costume with my sis...haix....................................but its ok, it was fun at IKEA.=)*grins*ok i go chat chat msn liaox. heheh...bbye!!!*smiles*
posted @ 22:33
_______________________________________________________________________
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()
//-->