Tuesday, December 20, 2005
Guess what?
haha i got into Anderson JC.
my 1st choice. so nice right?
yeah i'm so happy!!
yeah, so happy... haix...
realised that no one in ahs is going to that "darn far" school la.
its like at YIO CHU KANG.
although frm my house it only takes 30-40 mins.
i only know that wilson tan frm catholic high is going?
zheng cong they all's fren la.
dun even know him la can.
later same class.......oh man!
suddenly really not excited lehx why ah
why why why
HAIX.
5-10 mins bus ride frm ur house?
haix. don't make me feel...haix.
ANYWAY, ROXANNE BACK!!! omgosh i love u i love u roxanne ahhhhhhhh
can i hug u pllllllllllss???????? lol
oh my... i really miss ya alot ook...
though i've seen u & i nvr say anything but i really really TRULY DEEPLY MADLY do miss uuuuuuuu!!!!!!!
REALLY......
oh my..........
let's go shopping together soon kkk hahaha
ok nothing much to write also.
BYE
posted @ 23:10
_______________________________________________________________________
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()
//-->