function random_msg( ) {

	var r ;
	var xx = new Array( ) ;
	xx.push( '<img src="/2012/top/mainimage/earthdaytokyo2012_web_head01.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2012/top/mainimage/earthdaytokyo2012_web_head02.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2012/top/mainimage/earthdaytokyo2012_web_head03.jpg" alt="メインイメージ" />' ) ;
	xx.push( '<img src="/2012/top/mainimage/earthdaytokyo2012_web_head04.jpg" alt="メインイメージ" />' ) ;
	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}


