/*
 *
 *	スクリプト名           ： ランダム広告表示スクリプト( pr.js )  Ver 2.00
 *	作った人               ： たかひろ
 *	作った人のサイト       ： http://www1.plala.or.jp/ayatohiroka/
 *	スクリプトの説明ページ ： http://www1.plala.or.jp/ayatohiroka/javascript/random.html
 *	著作権                 ： 放棄します。ご自由に。
 *
 */


function random_msg( ) {

	var r ;
	var xx = new Array( ) ;


	//	カスタマイズここから
	//
	//	xx.push( '表示させたい広告等1' ) ;
	//	xx.push( '表示させたい広告等2' ) ;
	//	xx.push( '表示させたい広告等3' ) ;
	//	.
	//	.
	//	.
	//
	//	のように記述する

	xx.push( '<h2 class="e-title"><a href="http://www.loli-movix.com/arp/refer.php?00503">くちびるに前ばりっ！　エロ商業誌</a></h2><div class="e-body"><ul class="e-category"><li class="lday">萌え萌えアニメログ様</li><li>エロ商業誌</li></ul></div><div class="e-text"><div align="center"><a href="http://www.loli-movix.com/arp/refer.php?00503" target="_blank"><img class="ware_image" src="http://blog-imgs-34.fc2.com/a/n/i/anicolle35/p09100101.jpg" title="ダウンロード" width="500"></a></div><div class="e-more">[<a href="http://www.loli-movix.com/arp/refer.php?00503" target="_blank">≫すべて見る場合はこちらをクリック</a>]</div></div>' ) ;
	xx.push( '<h2 class="e-title"><a href="http://www.movie.oshirimania.com/anime/">【 ＨＣＧ 】ワンピースエロ画像　エロアニメ画像</a></h2><div class="e-body"><ul class="e-category"><li class="lday">けつあにめ様</li><li>エロアニメ画像（HCG）</li></ul></div><div class="e-text"><div align="center"><a href="http://www.movie.oshirimania.com/anime/" target="_blank"><img class="ware_image" src="http://blog-imgs-34.fc2.com/a/n/i/anicolle35/p09100102.jpg" title="ダウンロード" width="500"></a></div><div class="e-more">[<a href="http://www.movie.oshirimania.com/anime/" target="_blank">≫すべて見る場合はこちらをクリック</a>]</div></div>' ) ;
	xx.push( '<h2 class="e-title"><a href="http://ranks1.apserver.net/share/in.php?u=baramani&id=anicolle35">けいおん！同人誌３冊＋オマケ本　計６冊　エロ同人誌</a></h2><div class="e-body"><ul class="e-category"><li class="lday">薔薇あにめ様</li><li>エロ商業誌</li></ul></div><div class="e-text"><div align="center"><a href="http://ranks1.apserver.net/share/in.php?u=baramani&id=anicolle35" target="_blank"><img class="ware_image" src="http://blog-imgs-34.fc2.com/a/n/i/anicolle35/p09100103.jpg" title="ダウンロード" width="500"></a></div><div class="e-more">[<a href="http://ranks1.apserver.net/share/in.php?u=baramani&id=anicolle35" target="_blank">≫すべて見る場合はこちらをクリック</a>]</div></div>' ) ;





	//	カスタマイズここまで


	r = Math.floor( Math.random( ) * xx.length ) ;
	document.write( xx[r] ) ;

}
