// JavaScript Document

function random_msg( ) {

	var r ;
	var xx = new Array( ) ;

	xx.push( '<div id="secondimg"><a href="/" accesskey="1"><img src="/2009/common/img/second-headimg01.jpg" alt="LIFE STYLE FORUM　2009" width="908" height="152" /></a></div>' ) ;
	xx.push( '<div id="secondimg"><a href="/" accesskey="1"><img src="/2009/common/img/second-headimg02.jpg" alt="LIFE STYLE FORUM　2009" width="908" height="152" /></a></div>' ) ;
	xx.push( '<div id="secondimg"><a href="/" accesskey="1"><img src="/2009/common/img/second-headimg03.jpg" alt="LIFE STYLE FORUM　2009" width="908" height="152" /></a></div>' ) ;
	xx.push( '<div id="secondimg"><a href="/" accesskey="1"><img src="/2009/common/img/second-headimg04.jpg" alt="LIFE STYLE FORUM　2009" width="908" height="152" /></a></div>' ) ;
	xx.push( '<div id="secondimg"><a href="/" accesskey="1"><img src="/2009/common/img/second-headimg05.jpg" alt="LIFE STYLE FORUM　2009" width="908" height="152" /></a></div>' ) ;
	xx.push( '<div id="secondimg"><a href="/" accesskey="1"><img src="/2009/common/img/second-headimg06.jpg" alt="LIFE STYLE FORUM　2009" width="908" height="152" /></a></div>' ) ;
	
	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}
