var		replaceWord = "<br>" ;
while( bbs_com.indexOf(replaceWord,0) != -1 ) {
	bbs_com = bbs_com.replace(replaceWord,"") ;
}

/*	topic info	*/
newsInfo = new Array(
	  sprintf( "0,0,0,%s,,,,予約状況更新しました。", DayOfReserve )
	, sprintf( "1,1,0,%s,./today.htm,,本日のアカデミー更新『%s』,,本日のアカデミー更新！", ext2today_date, ext2today_sub )
	, sprintf( "1,1,0,%s,./bbs001/yybbs.cgi,,掲示板に書き込まれました。『%s』,,掲示板に新しい書き込みがあります", bbs_date ,limit_str_length(bbs_com,20) )
) ;

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


function getInst() {
	return( whatsnew )
}
