Tuesday, September 06, 2005
ok i guess soon is the big time for seperation.gee, i dun like tt lah can.i mean, its not about i like it or not but...u know...everything just seems so uncertain all of a sudden..like roxanne says, 90% we won't go into the same course in JC or Poly.cos we've got different interests...i guess, totally diff.unless like say roxanne go for deejay, xiwen go for acting & i go for theatre works then it'll probably be fun lahxhaha.and roxanne i love ur last entry in ur blog ok.i mean, it sort of just let out everything.gee i dunno what i'm talking about also.well, so many things happened...sec1, i cant remember much with roxanne & xiwen cos we weren't tt close back then.but i guess i still recall going to carmen's hse with jasmin...& joking with shuling everyday...sec2, i always give excuses not to go CDS haha... then the haunted hse... ah, & the new yr watch movie with the 2H people..& the talentime & HIM & the chalet...hahasec3, hmm at playgrounds & so much more...sec4, all the diff ideas & bullying of each other & our results...=Xhaha. ya..i guess, u all just make up my life & mould me into ME.haha. yea.i'm studying, blogging, reading blogs, sms online now la...i'm bored at home ok.since i was very young, i never thought of september holidays to be STUDYING time.till NOW.i can't believe it ok.& i'm like seeing sec1 & 2 people chionging too when their exams are like...1-2 months later???argh i don't like this.& roxanne, ya i guess its true tt we're keeping alot.perhaps me la.cos.. too many things just happened too fast.i still can't accept certain things now.well, we always clash & i dunno y.in fact i feel like i'm always the third party & i jus feel so bad..like last time pri sch also..xiwen & fred also..u & ken too..u & joel too...its just...not too good a feeling ba.then.. hmm i'll tell ya after O levels alrite? =)i promise.i'll tell ya anything haha.& ya, look at this. Goal Me & You me----you me--------you me-----------------you me----------------------------------you me----------------------------------------------------------you me-------------------------------------------------------------------------------youyea so this is it, if we work towards the same goal or have the same something in mind, we'll definately become closer. =)i guess, we already have that something just that we're been ignoring it.i don't know...but well, we'll still be best of friends alrite?u me & xiwen.even if diff schs also can meet up everyday for lunch or window shopping..lol.promise.=)ah & if next time we all have boyfriends then we must introduce to one another too ok.lol. then we must make them the best of friends too... lol.ah & if any guy wan to date any of us must go through the other 2's interview 1st wahahahaha ok i'm so evil, later all of us no boyfriends... hahaha........... ok i'm siao-ing away....... cya! *winkx*
posted @ 13:37
_______________________________________________________________________
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()
//-->