*me
Hopeless, lazy and slightly alcoholic, just an average guy

*tag

*link
Angmian
Claudia
Char
Chunsiang
Ellery
FangXiong
Faye
JiaJin
Kelly
Kenneth
LiewXun
PengHo
Rimiko
Soo
Vivian
WengSeng
XinZhi
Yanting
YiHeng
Yixian

*creds
Skin done by:

inner-souls

*archives
July 2008
August 2008
September 2008
January 2009

* Tuesday, September 23, 2008 *
Hey passerby, i found the script. It was easy to find afterall, haha. here goes:
(SCRIPT)
var repeat=1 //enter 0 to not repeat scrolling after 1 run, otherwise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout("titlemove()",140)
}
if (document.title)
titlemove()
(/SCRIPT)

P.S. Replace the () on the script with <>


Inner-souls
5:54 PM