

function random_msg( ) {

	var r ;
	var xx = new Array( ) ;


	//	カスタマイズここから
xx.push( '<img src="img/index/top_flash1.jpg" alt="サーティーフォー安心住宅宣言！！" width="708" height="252" />' ) ;
	xx.push( '<img src="img/index/top_flash2.jpg" alt="サーティーフォー安心住宅宣言！！" width="708" height="252" />' ) ;
	xx.push( '<img src="img/index/top_flash3.jpg" alt="サーティーフォー安心住宅宣言！！" width="708" height="252" />' ) ;	

	//	カスタマイズここまで


	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}



