function random_msg( ) {

	var r ;
	var xx = new Array( ) ;



	xx.push( '<a class="blank" href="http://bmoc.jp/campaign/c000000/index.html?utm_source=bmoc&utm_medium=bnr&utm_content=bnr01&utm_campaign=lp"><img src="http://www.bmoc.jp/common/banner/bnr_lp01.jpg" alt="" height="70" width="468" /></a>' ) ;
	xx.push( '<a class="blank" href="http://bmoc.jp/campaign/c000000/index.html?utm_source=bmoc&utm_medium=bnr&utm_content=bnr02&utm_campaign=lp"><img src="http://www.bmoc.jp/common/banner/bnr_lp02.jpg" alt="" height="70" width="468" /></a>' ) ;
	xx.push( '<a class="blank" href="http://bmoc.jp/campaign/c000000/index.html?utm_source=bmoc&utm_medium=bnr&utm_content=bnr03&utm_campaign=lp"><img src="http://www.bmoc.jp/common/banner/bnr_lp03.jpg" alt="" height="70" width="468" /></a>' ) ;

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

}


