step=0
function flash_title()
 {
  if (step== 0) {document.title='[宏亮之声]欢迎来到这里的朋友们！    http://www.gongchandang.com '}
  if (step== 1) {document.title='[宏亮之声]欢迎来到这里的朋友们！    http://ndt.126.com '}
  step++
  if (step==2) {step=0}

setTimeout("flash_title()",3000);
 }
flash_title()



