// JavaScript Document

function info(){
	var str='<p><span class="red_2">モデルルーム公開中！</span></p>';
	document.write(str);
}
