﻿function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

n = 0;
var txt = new Array();
txt[0]="この度、キッズテニスドットコムに協賛いたしました。";
txt[1]="アカデミー奨学金制度のお知らせ";
txt[2]="広域通信制高校の代々木高校でアカデミー留学コース開設のご案内";
function AutoText(){
	document.getElementById("hotnews").innerHTML = txt[n];
   (n < txt.length-1) ? n++ : n = 0;
}

setInterval("AutoText()",3500);