Sunday, July 31, 2005
woah! i went service yesterday!!finally...haha before that i went to clementi sec fun fair with roxanne... as promised..den got the chance to go to service after that!hee... but sad thing is i din get to pull roxanne to come service as well..i think she missed a lot!but its alright i respect her decision! =)i know God will still work on her and be with her through whatever she's going through.anyways, yesterday service i was kinda late.. came in onli during worship but the worship was great! haha i really felt God flowing inside me!and the sermon, not only was it applicable to new believers but also to current old old christians haha..talk about how christianity is like.just one verse and it teaches us so much!God's word is really amazing!christianity is about living with God, not just plain doing for God..so christians out there, don't feel weary about serving God, i rather u all lead a prayer-filled life!hmm so happy yesterday...saw a more open sally, a more enthusiastic peychyi, a more funny esther and so much more!i really feel tt ec1 is getting more fun and loving and bonded! cool!i can't wait for this wednesday's caregroup! hahaso funny, yesterday we were competing for caregroup roles haha...this week's caregroup shall be memorable k!! hee...things on for this coming week:monday-discipleship seminar [ 3.30-6.00 ]tuesday-shepherdingwednesday-caregroup!thursday-shepherdingfriday-prayermeetband practisefestival of praise(though i'm not going)saturday-service meeting 1.30 @ tamp control!yea that's all! i betta go study for my tests le... got emaths n geog tml... den chemistry on tues!cya!!!!!! muacks!!!!!!!!!!!!!! =P
posted @ 12:38
_______________________________________________________________________
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()
//-->