标 题 栏 变 换 特 效 代 码
step=0
function flash_title()
{
step++
if (step==5) {step=1}
if (step==1) {document.title='^v^★欢迎使用★^v^'}
if (step==2) {document.title='^o^☆自助建站☆^o^'}
if (step==3) {document.title='^v^★2 0 0 4 ★^v^'}
if (step==4) {document.title='^o^☆最 新 版☆^o^'}
setTimeout("flash_title()",300);
}
flash_title()