Friday, August 26, 2005
cheers!i'm happy today.i shepherded all my 3 sheep & i myself am shepherded.haha.i jus feel so motivated after my shepherding la can.JacQ discussed with me abt alot of things & i jus got this great idea, this big dream for GOD!!imagine.......an arts school...HOPE arts school...teaching theatre studies...drama...music...singing...dancing...everything...wa! everybody do anything for GOD!!!woah... COOL!!!!!!!!!!hahahahaalrite i'm currently motivated by:- JacQ- the purpose-driven life book- sally- xiwen- peychyi's current situation- my BIG DREAM- my cuteness- most importantly, GOD's WORD!!!wa i can't stand it, i must do SOMETHING!!!& sally, dun copy my nick in MSN!!!!!!!God bless everybody. Live a life with purpose...pls. =)
posted @ 19:43
_______________________________________________________________________
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()
//-->