Wednesday, January 11, 2006
guess what?? i miss ahs, i mean, seriously! FOR THE FOOD!!!!!!!!! *rolls my eyes* ya ya ya i miss ahs' food and that big canteen haahaha... really lehx. i seriously am not interested much less satisfied about AJ's food... some expensive, some really long queues, some salty some weird... haha i only like the sandwiches and western food so far but both are like 2 bucks. =/ so sian-ed. but its ok, thank goodness our sch is so near NYP that we can go there eat hahaha... the food junction there is GOOD ok! much better than the one at tampines mall and century square's too haha. as in, at least, they look appetizing enough..... *oh wells...* and the bubble tea's not bad hahaa... haha, they were saying that they may go poly simply for the food then i was like "siao, can go JC then still can go poly for gd food why not?" hahaha....... i'm going mad. anyway, i'm rather determined to do well for my studies, SURPRISINGLY. hee. but i'm not gonna mug & mug like mad.. i'm just gonna read & do some stuffs beforehand, i dun wanna tire myself out too right? i wanna study hard & play hard, just like those VJ people. i hope i can stay at AJ and "steal" those nyp food hahaha... i'm mad! at the same time, i'm gonna enjoy myself in ODAC, if not, i'll go for stAJeworks after the Os. haha. by the way, 62 people went for the ODAC talk so i guess there's like too much intake or something but they're not gonna kick anyone out. the PE teacher's so nice. haha i like him. & 1 thing, the only thing that's gonna stop me frm joining ODAC is my cycling la. but i'm gonna learn ok, for once, serious. i'm gonna learn & practise & keep that skill! but wells, whose gonna get me a bike? LOL.
posted @ 22:38
_______________________________________________________________________
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()
//-->