function random_msg_m01( ) {

	var r ;
	var xx = new Array( ) ;

	xx.push( '<a href="http://item.rakuten.co.jp/angers/114884/#114884"><img src="http://www.rakuten.ne.jp/gold/angers/top/fashion/m_114883.jpg"  border="0"></a>' ) ;
	xx.push( '<a href="http://item.rakuten.co.jp/angers/115979/"><img src="http://www.rakuten.ne.jp/gold/angers/top/fashion/m_115979.jpg"  border="0"></a>' ) ;

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

}
