</script> <span class="textcolor"></span> <script language=javascript >
title_new="Eternal Wind~永遠之風"
step=0
function flash_title()
{
step++
if (step==7) {step=1}
if (step==1) {document.title='☉○○○'+title_new+'○○○☉'}
if (step==2) {document.title='○☉○○'+title_new+'○○☉○'}
if (step==3) {document.title='○○☉○'+title_new+'○☉○○'}
if (step==4) {document.title='○○○☉'+title_new+'☉○○○'}
if (step==5) {document.title='○○☉○'+title_new+'○☉○○'}
if (step==6) {document.title='○☉○○'+title_new+'○○☉○'}
setTimeout("flash_title()",180);
}
flash_title()
</script>