function random_msg( ) {

	var r ;
	var xx = new Array( ) ;

	xx.push( '<img src="/2009/top/img/mainimage/m01.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m02.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m03.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m04.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m05.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m06.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m07.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m08.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m09.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m10.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m11.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m12.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m13.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m14.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m15.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m16.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m17.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2009/top/img/mainimage/m18.jpg" alt="メインイメージ" />' ) ;
	
	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}

