Friday, January 13, 2006
I've been going mad alot these days, laughing till i roll on the floor, literally, and doing some silly actions every now & then. well, i don't know what's exactly wrong with me but i just go mad at home! i'm losing myself again. Seriously, losing...losing what i've been thinking...losing control of everything happening around me at times. Well, I'm not saying that i could control all the things around me last time but... everything seems to be so wrong... of cos i won't list them all out... but a true reminder for all the people around me, love the people around while u can, give them as much happiness as u can, trust them as much as u can, respect them whenever possible & always treasure them. At the same time, know the ultimate meaning of living ( be it in ur pespective ) and live up to it. Don't do things just because its what everybody's doing or what u think its the "time" to do it. It applies to everybody, really. =)I joined this cca in AJC, outdoor activities club (ODAC). so far so fun, with enthusiastic teachers and students and really, people who love one another. Joking with them is really fun. Somehow, i find my primary school self in them. haha I don't know how to explain it but its really fun with these out-going ppl. ODAC (in AJ) motto: B-R-A-V-OB- braveR-resourcefulA- adventurousV- versatileO- outgoingBe a land master, be a sea conqueror.(in my terms, be a world changer.)i know i may not have written alot in my blog, neither do i talk alot about my life. Nevertheless, life is fulfilling enough for me as in my eyes, the heart & the mind & the actions(effort) matters more than anything else. Probably, that's why i trust, and believe. Not for myself alone, NON MIHI SOLUM.my hp has been taken away again cos my mum doesn't want me to bring to school. I know u all worry when i did not reply the messages.Just drop me an email instead perhaps. m_tmq_1304@hotmail.com i love u
posted @ 23: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()
//-->