/*	topic info	*/
newsInfo = new Array(
	  sprintf( "1,0,0,%s,,,,予約状況更新しました。", DayOfReserve )
	, sprintf( "1,1,0,%s,./today.htm,,本日のアカデミー更新『%s』,,本日のアカデミー更新！", ext2today_date, ext2today_sub )
) ;

/*	adding topic info	*/
for( ii=0; ii<topicInfo.length; ii++ ) {
	newsInfo.push(topicInfo[ii]) ;
}


function getInst() {
	return( whatsnew )
}

