Thursday, August 04, 2005
school switched yesterday and today's timetable..cos of student council investiture... and Dr Boon's plans...hmm... they say is because Dr Boon got something else on wednesday so had to have the assembly the next day.. so ma fan...but still ok la, the whole thing was ..hmm... entertaining?anyway, it was not very nice and i think they made it too formal.. esp when they actually invited other school people for our school internal programme... -.-"anyways, today english lesson went to comp lab and roxanne just created a blog to write stories.. if interested to give comments or just read it, go www.taledrops.blogspot.com . yep.xiwen, roxanne and i gonna be the ones to write in... if u got any stories to share, can jus tell us haha. ya.nothing much to say today... tml 2.4km run @ east coast park... haix..sians.. i think we jus walk will also pass de lohx.. anyways, its like raining heavily these days, wonder how it'll be tml..pondering......
posted @ 16:37
_______________________________________________________________________
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()
//-->