// JavaScript Document


　　step=0
　　function flash_title()
　　{
　　step++
　　if (step==1) {step=2}
　　if (step==1) {document.title='http://50.catv.net'}
　　if (step==2) {document.title='《武林群侠传OL》官网-全球首款动态武侠网游-威武公测火爆进行'}
　　setTimeout("flash_title()",1000);
　　}
　　flash_title()
