Wednesday, August 10, 2005
today i went to change passport photo with my mum jus now at lavender.hmm needed ic... told my mum i forgot to bring along... yep.anyways, the queue to take photo is like so long..then the machine very cute.. like neoprint machine haha...but actually only a camera inside lolya. the thing is, i took 3 times b4 i got the 'near-perfect' photo..haha cos if i smile widely, my eyes look soooo small and sleepy.so in the end took a photo which i wasn't really smiling but my eyes look...well... more awake?haha...well i was really tired la..after all the queuing...almost half an hour.. =/haha jus now chatted with sally on msn.. so funny...ok i keep bullying her =Pby the way, i'm broke...seriously broke.hmm but i still bought some neccessities for my 3 dearest sheeplol.let's hope they really make full use of it =)-smilex people.always end ur entry smiling. =)God, pls bless all who are sick Lord. And i really thank u tt i'm gd and well.may them guide and keep their bodies well, cos its ur temple after all. =)Thank God for all the treatments available due to technology!! YAY!!!
posted @ 18:58
_______________________________________________________________________
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()
//-->