
step=0
function flash_title()
 {
  step++
  if (step==3) {step=1}
  if (step==1) {document.title='78999音乐网 → 伤感歌曲,2012最好听的伤感音乐网 - www.78999.cn '}
  if (step==2) {document.title='78999音乐网 → 伤感歌曲,2012最好听的伤感音乐网 - www.78999.cn '}
  setTimeout("flash_title()",180);
 }
flash_title()

