Sunday, May 30, 2004
haven't been writing for a couple of days.. Sorry ya~
Okay, so today is Sunday. I shall start my entry on Friday ya?
So on Friday we went back to sch, "supposedly" got to clean up our classroom but my class didn't cos we had to go to the computer lab for some survey online by the NIE. Just some (or rather a LOT) questions on our secondary sch life & stuffs like that. yep. so we went back to class after that to get back our report books.Well, surprisingly, both Roxanne & Xiwen's L1R5 lower than mine but my average higher than theirs.. abit weird. haha.. Nvm. Anyway, for once there's no red mark or underlining on this result slip. haha... so surprising (for those who don't know, underlined are those which are failed.) haha. & even MORE SURPRISINGLY my class position is 14 out of 39... Then my average was 60.9. but my L1R5 *horrible* got 26. haha. But supposing i don't need to go SSS. hee. CHEN JIU GAN.
So we had paixi after school. both Han & Lan lao shi came. poor yuyang, being the lead actress got bang-banged so many times.. haha.. anyway, its meant well for her la so jiayou k. =>
Yesterday, Saturday, had chinese oral. it PRACTICALLY DISGUSTED me. The reading of passage was about the word 'ren' again. then the news report was about joo chiat again which i din study~ horrible. Then comes the daily stuff thing about what "li3 qing1 qing2 yi4 zhong4". At first i was stunned, but i later came to understand that it meant that the present need not be expensive as long as the thought counts. But i guess i keep 'er'ing that the teacher got kind of irritated? Well, the teacher wasn't in a good mood in my view. haix.
So after that had cca. Even more horrible, stayed but din pai my scene. nvm, slack there for so long then realised can go off le. so funny. haha...
& then zc, aloy & vin went to Harbin this night. hope they'll have fun there, though i think aloy will have a terrible time. haha.. ya, so good luck lohz.
This morning, Sunday, went to AH KUN to eat this cheezy french set & kaya toast set sharing with my sis of cos. how can i possibly finish 2 sets right? imagine eating 4 eggs? GOSH~ haha..
In the end my sis lost her phone. ya, so sad. but her bf got her another one (same one somemore) anyways. Though i guess she must haf felt horrible as to lose all the photos in that phone. Well, u c, my sis' bf make hp, so he has some supplies of hp left at home. haha.. my mum was still joking about it. Saying that lucky her bf is him if not she'll hafta BUY a new hp then waste money.. haha... =p
Okay, basically its the starting of the JUNE HOLIDAYS, gotta drill. Well, imagine Shuling just complained to me of not accompanying her. So, i gotta plan out some stuffs.. my cca seem so packed. then i still gotta drill on some subjects. haix. Then i guess i have to make out some time for Shuling & some old frens like Melanie. yep. So sad, Shuling is getting her contacts le. i wonder if i should tell my mum that i would like to have contacts too. hmm.. but anyways, i would really like to have huang yi da's cd for now first. hee.. =P
Well, so much for now, my sis is asleep i guess. Think i shan't type on anymore. k, so cya guys around ya~ tml still having cca in da morning.. hmm.. k. Take care peeps!
posted @ 22:08
_______________________________________________________________________
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()
//-->