Sunday, August 07, 2005
got these sudden thots for Chinese Drama Society..don't know why...i was looking through the pamphlets (whatever its spelled as)of xiang ying 2005..well...looking thru the summaries of the stories and the actors & actresses' names..i was wondering if the stories will actually become my real life stories..and how would i feel now if i acted and not gave up........ok i know its not right for me to feel that way...but.......sec4... all of us have grown up alot..we've went thru a lot too...still remember when we 1st came in, we were looked as AP juniors...then came in conflicts between us...then cliques and gossips...then scoldings by LLB...then performances for chinese new year and cca selection day...then sports day where we went to buy water for all the sec4s..and so much more...its August...farewell party coming..i wonder how the atmosphere will be like..gee, i think i will cry like mad..pardon me if i really do k..alrite, this depicts my need to save lotsa money to buy gifts for all da juniors lolxc i so good..worst come to worst i gotta withdraw money frm my bank.. well, should be worth it la hohhahaLOLkk, gotta go do homework..so much for these 6 days..phew...cya!!*tml celebrating national day.. hope it rains so we can slack in the hall =Pand we gotta wear RED!! pengx!*
posted @ 23:27
_______________________________________________________________________
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()
//-->