Thursday, August 11, 2005
wa i've got lots to THANK GOD for!!!ok on tues my 2ns sis and her bf kinda quarelled..i keep praying for them cos i really dun wan to see them break up after so much and so long..i mean, they went thru so much together won't it be a waste if they were to start looking for another partner for life again rite..next is my poor sheep...hmm cos sally had flu during cg...den she look kinda moody haha...but thank god for the long holy com...we shared about each other & it kinda at least made her .... smile! haha....i mean, she look so cute when she smile loh... like hamster!! lol.no la, cos a lot of people sick... then since wednesday, peychyi, sally, serene.... they all sick... including roxanne..aiyoh... so ke lians...den i pray pray pray for all of them and guess what??sally's throat got better yesterday night!wa... really thank God, He's as amazing as he can be...then i was able to buy stuffs for my 3 little sheep la haha...for sally was the cough sweets...peychyi the muscleache gel...xiwen.. actually wanna buy her ballpoint pens then it turned out to be pencils.. haha... so sorry xiwen... =Phmm next, i thot today had chem test la.. i mean, i suddenly remembered only in the afternoon when i was about to go out..then i couldn't concentrate on my studying... almost fell asleep on the train, with the bk open..that's rather stupid rite?=/so today i went sch feeling tired... wanted to study chem but i really can't stand.. i dunno why i so tired..so i keep praying to God saying that at least i must be able to remember all the info i'm seeing..and in the end guess what?chem test is TML!!!wa thank God thank God!!!*phew...yea.. so tt's all... =)thank God!! -smilex
posted @ 16:47
_______________________________________________________________________
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()
//-->