Monday, December 12, 2005
LOOK. i'm seriously BORED.
nothing to do la can.
can't go services and stuffs.
argh.
i'm BORED!!! u heard that??
there's so many things i wanna do but u wan me to go alone on the streets mehx?
i wanna go national library, wanna learn some stuff frm community centres, wanna teach tuition, wanna watch chicken little and perhaps love and maybe, flight plan ( i dunno if its on la but it was on the review on channel news asia a few weeks back. though i doesn't seem to be alive in Singapore but i still got the attraction from the review. still kinda remember ya.) and i wanna go shopping!! alrite alrite, i gotta admit, its go WINDOW-SHOPPING cos of my bankrupt-ness. i can't believe this, i spent 50 bucks in less than 2 weeks and i dunno where i spent it on! that's the worst part. and i nvr go town with it k, i swear! & i wanna go for volunteer too..... hmm.... haix. laziness is the big problem here. afterall, i dun wanna do them alone la. it basically defeats the purpose, to me. hmm i wonder if i should go learn singing...again... wonder if its expensive la. or should i learn guitar? like intermediate ones or another guitar? as in electric guitar la. haha. wa i'm still dreaming for my harp......aaaaaawww........... still remember i saw it the other time at centrepoint. oh..........my..............!!!! it looks so splendid...perfect....like a fairy on earth............ ooohh....
hmm, been dreaming all day. haha i was trying to read a book by stephen king... but after 2weeks plus le i've only read 1/3 of it. haha i guess i haven't been reading english books for a long time. still trying hard to practise on my skimming skill. still tend to literally READ them as in u know, like speaking in ur mind that kind. ya. horrible la. still haven't get rid of that habit. haha, perhaps i'm too "expertised" in my drama la, cannot blame, add in my emotions and tone in whatever i read... =X JUST KIDDING. =P
ahh.... sis has been at home all day & i'm slacking with her. i pity the comp now that we have the broadband. haha, its either she use or i use at all times. except when both of us are sleeping la haha. yeah. so ke lian. hmm. but my sis is like making full use of the comp, finding jobs and everything while i basically just slack, browsing through some blogs and doing some lame stuffs. yeah. i'm so ke lian too. aiyah, i'm waiting for SOMEONE to book me. ppppppppllllllllsssssssss..... but whenever someone wanna book me le den i always can't go. haix. just keep trying to book me la kkk =) hees.
ahh... i'm growing fatter & fatter & FATTER!!!! =X
posted @ 20:06
_______________________________________________________________________
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()
//-->