Tuesday, August 09, 2005
alrite i'm having crazy ideas for ec1ok, not onli me hahajacq was thinking of having same haircut!!tt means we gotta cut same as sally cos hers is da shortest!!haha actually i dun mind...was thinking of cutting short hair anyway... must try out new exciting stuffs ma LOLalrite, and i thot of having names... all start with Jhahahahhahajacquelyn ------------ still Jacquelynshanrui ------------ Joanneangel ------------ Janyingling ------------ Jinglingvivian ------------ Jivianshinling ------------ Jhinpeychyi ------------ Jeysally ------------ Jelly (haha i can't think lol)xiwen ------------ still Jessesther ------------ Jesthertryphoza ------------ Jhozawanxi ------------ JancyAmanda ------------ Jamandaand me ------------ Jelle???hahaha okok... tt's lame..sorry for those whose J-name sound like...i-dunno-what...hahaha =Pquite funny though...for example sally's.....Jelly...can't blame, tt's the 1st name i thought of hahaha
posted @ 17:54
_______________________________________________________________________
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()
//-->