function random_msg_m02( ) {

	var r ;
	var xx = new Array( ) ;

	xx.push( '<a href="http://item.rakuten.co.jp/angers/115108/#115108"><img src="http://www.rakuten.ne.jp/gold/angers/top/fashion/l_115108.jpg"  border="0"></a>' ) ;
	xx.push( '<a href="http://item.rakuten.co.jp/angers/112171/"><img src="http://www.rakuten.ne.jp/gold/angers/top/fashion/m_112171.jpg"  border="0"></a>' ) ;
	xx.push( '<a href="http://item.rakuten.co.jp/angers/107361/"><img src="http://www.rakuten.ne.jp/gold/angers/top/fashion/m_107361.jpg"  border="0"></a>' ) ;

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

}
