function random_msg_m03( ) {

	var r ;
	var xx = new Array( ) ;

	xx.push( '<a href="http://item.rakuten.co.jp/angers/115276/"><img src="http://www.rakuten.ne.jp/gold/angers/top/fashion/m_115276-01.jpg"  border="0"></a>' ) ;
	xx.push( '<a href="http://item.rakuten.co.jp/angers/115119/"><img src="http://www.rakuten.ne.jp/gold/angers/top/fashion/m_115119.jpg"  border="0"></a>' ) ;

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

}
