Sunday, October 02, 2005
i just thought it over
i realise... i cant...
i mean... if u see this u should know...
i can't take up the time & effort...
to look after a "child"...
afterall i suppose i'm going to Anderson JC...
pretty far.. over at Yio Chu Kang...
so i'm expecting a hectic schedule...
well... & we're different... very... much too to overcome...
u're in poly i'll probably be in JC...
u're a free person for almost anything.. i'm not.
u're a wide-connection-of-friends person i'm not
u're a night person & i'm a morning person
u're fantasizing over almost anything but i'm a realistic one
u don't like crowds or jus go shopping but i do
u like doing card tricks & so on but i don't
u like to please people by cracking jokes but i'm the kind who just wanna be myself infront of others
& u always ask questions i don't know how to handle...
u care about me but i just don't see it i don't know why...
forgive me if perhaps, i'm being too insensitive..
i guess... i just cant...
sorry.
posted @ 21:04
_______________________________________________________________________
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()
//-->