step=0
function title()
{
step++
if (step==20) {step=1}
if (step==1) {document.title='☆☆☆★我的空间,听我的!★☆☆☆'}
if (step==2) {document.title='☆☆★☆我的空间,听我的!☆★☆☆'}
if (step==3) {document.title='☆★☆☆我的空间,听我的!☆☆★☆'}
if (step==4) {document.title='★☆☆☆我的空间,听我的!☆☆☆★'}
if (step==5) {document.title='☆★☆☆我的空间,听我的!☆☆★☆'}
if (step==6) {document.title='☆☆★☆我的空间,听我的!☆★☆☆'}
if (step==7) {document.title='☆☆☆★我的空间,听我的!★☆☆☆'}
if (step==8) {document.title='☆☆★☆我的空间,听我的!☆★☆☆'}
if (step==9) {document.title='☆★☆☆我的空间,听我的!☆☆★☆'}
if (step==10) {document.title='★☆☆☆我的空间,听我的!☆☆☆★'}
if (step==11) {document.title='☆★☆☆我的空间,听我的!☆☆★☆'}
if (step==12) {document.title='☆☆★☆我的空间,听我的!☆★☆☆'}
if (step==13) {document.title='☆☆☆★我的空间,听我的!★☆☆☆'}
if (step==14) {document.title='☆☆★☆我的空间,听我的!☆★☆☆'}
if (step==15) {document.title='☆★☆☆我的空间,听我的!☆☆★☆'}
if (step==16) {document.title='★☆☆☆我的空间,听我的!☆☆☆★'}
if (step==17) {document.title='☆★☆☆我的空间,听我的!☆☆★☆'}
if (step==18) {document.title='☆☆★☆我的空间,听我的!☆★☆☆'}
if (step==19) {document.title='☆☆☆★我的空间,听我的!★☆☆☆'}
setTimeout("title()",300);
}
title()