Sunday, July 17, 2005
woah. i'm so tired.being in the make-up, i think we reallly rushed through trying to help them make-up within like 2 hours or less. In the end, quite a mess. hahabut no matter what, it was hard n tiring but worthwhile.still praying for xiao wei's brother.. he met with an accident..den she gotta rush to hospital..So in the end only the 3 of us (joyce, me, serene) xie mu... hmm...performance in the evening was so much better than the afternoon's one.afternoon, not only were the seats not filled...which is like quite a lot.. , the people were rather sadist too... laughing at not funny stuffs.. also dunno y haha...night one was so much more responsive...xie mu i cried... when i sang xi ju zhi ge, there was this sudden fulfilment n sadness inside me.fulfilment is that we showed llb tt we can do it n it was really based on our own efforts. sadness is because, as u know, sec4s...leaving CDS soon... perhaps just another month or so n its our farewell already... haix...perhaps no more performance for some of us.. perhaps like the drama, we'll only meet 5 yrs later...for once...well, no matter what happens, our batch will still remain in my heart =)anyways, now already 12 plus.... which is my spiritual birthday le!!!!!! haha... yea man...cool... aiyah, today can't go service because of performance.. somemore special service... but its ok! my effort in this performance is based on God's work through me! yea.. though i did not go service, i made it worthwhile by praying for others... hmm... next week i shall go the next special service called CRAVE!!!!!! haha... and the caregroup cartoons... so excited!!! haha.... yea... hmm really tired now.. still gotta bath cos of all the glitter on me.. haha thanks to joyce...............hee... kk nitex everyone*g00dn1te*
posted @ 00:18
_______________________________________________________________________
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()
//-->