title_tmp1=document.title
if (title_tmp1.indexOf(">>")!=-1){
    title_tmp2=title_tmp1.split(">>");
    title_last=" —> "+title_tmp2[1];
    title_last=title_last + " —> " + title_tmp2[2];
}else{

    if (title_tmp1.indexOf("——")!=-1){
    title_tmp2=title_tmp1.split("——");
    title_last=" —> "+title_tmp2[1];
        if (title_last==" —> "){title_last=" —> "};
        if (title_last==" —> "){title_last=" —> "};
    }
    else {    title_last=" 好 好 Q 音 乐 吧 ° 打造第一时尚潮流音乐听吧 —www.okokq.cn"}
    }


title_new=""+title_last+""
step=0

function flash_title()
    {
      step++
      if (step==5) {step=1}
      if (step==1) {document.title='☆° ．★·'+title_new+'．★·☆° 技术支持QQ群:36784455'}
      if (step==2) {document.title='·☆° ．★'+title_new+'★·☆° ．技术支持QQ群:36784455'}
      if (step==3) {document.title='★·☆° ．'+title_new+'·☆° ．★技术支持QQ群:36784455'}
      if (step==4) {document.title='．★·☆° '+title_new+'☆° ．★·技术支持QQ群:36784455'}
      setTimeout("flash_title()",180);
    }
flash_title()