Thursday, October 13, 2005
i'm changing...
from a mature young kid to a childish teen.
why am i so different i ask.
why?
i see u grow
i see all of u grow..
form a childish young kid to a premature teen.
i'm proud of ya, yet confused myself.
who am i?
i do not know.
i'm all messed up.
i did the most stupidest thing
to quarrell on out last day of school together.
to argue my way through
when i knew u'll be hurt
why am i so evil
so smurk it off when u're angry?
somehow the hurt from the morning...
and the few days before
and the few weeks before
and the few months before
lurks right inside of me.
the hurt, the pain, the sorrow.
no one sees,
the tears in class.
no one sees,
me lying down.
no one sees,
anyone dropping down.
falling...right...DOWN.
perhaps, i'm just a little...
too far away.
insensitive, childish me.
posted @ 00:23
_______________________________________________________________________
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()
//-->