Tuesday, June 28, 2005
sec4 semester 2 starts.i kinda lost my memory of last sem's classroom scenecan't believe.happily i went to sch early in the morning but i forgot where i'm supposed to sit.(-.-)anyway my class is having this new maths teacher this semester and she's none other than mrs ong.don't really know her actually but she seems kinda nice.but one thing is, she teaches quite slowly...and from these 2 days, i realised that she keeps saying wrong wordsthen she'll say to herself," oh what am i saying, saying the wrong term for it. sorry sorry.."last thing about her is she doesn't teach as fast as Mr George Tan and not-as-amusing as him.(-.-)the new timetable kinda weird.maths only on monday, tuesday and friday.2 lessons on monday and tuesday each.so nice.one in the morning the other in the afternoon.2 hours of maths a dayat 1st i thought...surely won't make us go crazy sia c".)but after today i realised...actually that's pretty ok...don't need to bring as many books too haha.another weird thing is our CME lesson.odd week on monday, even week on wednesday.hmm and Mrs Goh our dearest discipline mistress is teaching us life skills for 8 whole weeks.phew. *rolls eyes* bored....(-.-)but well oh well lesson's still as per normal.just that sitting beside enoch tests my patience cos of his sarcasm.but can be fun and amusing too haha.actually suddenly i feel that a lot of things overwhelming me.homeworks, cg roles, cg events, shepherding, cca performance...but its ok. affirmation : I CAN DO IT.as Mrs Goh says, our Belief determines our Action and thus determines our Results. its a BAR loop.yep.ahaha.. i feel so clever applying what i've learnt =Pok gtg cya!-smiles.
posted @ 17:55
_______________________________________________________________________
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()
//-->