Sunday, January 29, 2006
Have you ever been tired and not know what you're tired of?Have you ever been so active and enthusiastic and yet drained?Have you ever felt like not going to sleep even though you're so tired?Have you ever turned and tossed in your bed when you're happy?we're all tired. Too tired to think about anything, too tired to stay awake and know what exactly are we doing. Things can go too fast, too slow, whatever it is, time still flows and will flow. I'm getting a little emotional this night, perhaps of the little sleep i had last night. nope, its this morning. slept at 6 woke at 9 plus. how very wonderful. Nevertheless, when I woke up, I was full of energy, greeted my family morning and happy new year with a HUGE smile on my face.... that smile... Now, I'm so tired. Well oh well, my whole family is tired... they're all asleep, or rather, asleep by 9... while I was still bathing. This morning I was also the one, last to bath, last to sleep. Next, I guess I'll fall asleep deeply into my dreams once I lie on my dearest bed. oh my, I sound so unlike me today... Again, another new year... getting used to being known as my second sis' elder sis. You get what I mean? forget it if you don't cos its not important anyway. Overall, I still enjoyed my day. yeah. =)I'm tired. so are you.
posted @ 21:57
_______________________________________________________________________
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()
//-->