
function kRandom( n ){
	bbad=new Array();
	switch( n ){
	case 0:
		bbad[0]='<a href="http://click.dtiserv2.com/Click/1021013-21-51507" target="_blank"><img src="http://affiliate.dtiserv.com/image/xgallery/anime/21-300-01.jpg" border=0></a> ';
		bbad[1]='<a href="http://click.dtiserv2.com/Click/1021014-21-51507" target="_blank"><img src="http://affiliate.dtiserv.com/image/xgallery/anime/21-200-01.jpg" border=0></a> ';
		bbad[2]='<a href="http://click.dtiserv2.com/Click/1021015-21-51507" target="_blank"><img src="http://affiliate.dtiserv.com/image/xgallery/anime/21-200-03.jpg" border=0></a> ';
		i=Math.floor(Math.random()*bbad.length);
	break;
	case 1:
		bbad[0]='<a href="http://click.dtiserv2.com/Click/1124003-124-51507" target="_blank"><img src="http://affiliate.dtiserv.com/image/eroanime/1124003_b.jpg" border=0></a> ';
		bbad[1]='<a href="http://click.dtiserv2.com/Click/2124001-124-51507" target="_blank"><img src="http://affiliate.dtiserv.com/image/eroanime/124-510-01.gif" border=0></a>  ';
		bbad[2]='<a href="http://click.dtiserv2.com/Click/2124002-124-51507" target="_blank"><img src="http://affiliate.dtiserv.com/image/eroanime/124-300-08.gif" border=0></a>  ';
		i=Math.floor(Math.random()*bbad.length);
	break;
	}
	document.write(bbad[i]);
}




