Wednesday, May 18, 2005
been so busy studying for mid yr exam.school's been kinda sadistic. sec4 has 1 more day of exams (.")end of wednesday, thursday marking day,friday go back to sch.can't they just give us holidays straight to the weekend.they just love spoiling our mood sia.well exams finish le.was so excited yesterday but today...nothing to dofelt to horribly deeesperate to do somethingbut nothingarghfeel like doing nothingyet don't like the feeling of having nothing to dothese days thought of a lot of thingsabt me n himseriously i kip thinking abt usbut what i see is always he and herits struggling inside meall da smses seem so fake nowgee i dunno what i'm doingwhat i'm thinking...i dunno...i'm falling away from Him.i knowmy sis convinced me into letting go of Him.i dunno what to do at least for now...i really dunnono one to find the way..can't possibly ask jac they allneither my family sideno where to turn tostruggling within*God, Father,would u pls listen to my request n bless my frens...esp him, since he seems to be really down these days..pour on him ur showers of blessings..even though u may choose not to bless me since i'm choosing to leave u somehow...pls grant my little request to look after all my frens...i still thank u with all my heart.-your child.*haixi dunnoshould i go sentosa with CDS peeps tml?or go town with xanne n jess?aiyoh..a lot of questions in my head...
posted @ 20:45
_______________________________________________________________________
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()
//-->