Saturday, May 21, 2005
went to sentosa the day before, the day after our exams finishedwell, initially din wan to go cos jingyu asked everyone except meonli heard it from quanrung laterthought that maybe they din wan me to go alsobut later jingyu was like apologizing, asking me to goso i wentplayed volleyball and in for a swimpalawan beach is nice...got the yellow floats and so onbut there's one part so scarygot all the big big rockswhere the sand is like black!eek. scared quanrung and me when we were playing ball in the waterafter that i spent quite a lot at sentosa...bought food from 7-11 den later we still went to eat new zealand natural ice creambut it was really delicious so its ok i guessi chose irsh dream d-lite , lemon and lime sorbetirish one is delicious..yummy..there's rum taste in it den there's kind of like caramel i thinksorbet is sour as usual..lime is kinda special,yum yumhahathen i forgot to bring towel so funnylucky i brought an xtra shirt, used it as towelcan't believe i did that my 2nd time not bringing towelden i nvr bring plastic bagi always so gong gong de lehx horriblelucky yuyang got xtra heexthen guess what, i got tanned!!my face and my shoulder and a bit of my legsbut so horrible i din "gu4 yi4" wan to tan them de lohxden its so red and brown now laxiwen say she can even see the tan line from the look at the back through our uniformarghthen everywhere i go everybody was like "wa what happened to u?!"haixits so pain on my shoulders especially when i carry my bagthe day i finished my exams, that very night, i quarrelled with joel seahall because of my nicknamethere seems to be so many problems choking up my neck i feel like dyingseriouslybut ii know that i can't let go just like thati've been too sensitive these daysthinking of how others may be disliking me because of some simple actions they makethinking of how much my care may have drained outi've been thinking too much i guessi feel like just letting go of everything on handyesterday i got back my resultsnot all but mostto me i would say it was horribly donee maths 78%a maths 51%chinese 66%english compre 13/25 (w/o summary)chemistry 58%social studies 50%english literature 70%left with physics, geographycan die lethink L1R5 more than 20haixi got to gocya aaround
posted @ 08:28
_______________________________________________________________________
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()
//-->