
function rand_number(n)
{
	var x;
	x=Math.round(Math.random()*100);
	x%=n;
	return x;
}

function ban1()
{
var img = new Array();
img[0]='<a target="_blank" href="out.php"><img src="random/m1.jpg" border=0 width=320 height=245></a>';
img[1]='<a target="_blank" href="out.php"><img src="random/m2.jpg" border=0 width=320 height=245 ></a>';
img[2]='<a target="_blank" href="out.php"><img src="random/m3.jpg" border=0 width=320 height=245></a>';
img[3]='<a target="_blank" href="out.php"><img src="random/m4.jpg" border=0 width=320 height=245></a>';
img[4]='<a target="_blank" href="out.php"><img src="random/m5.jpg" border=0 width=320 height=245></a>';
img[5]='<a target="_blank" href="out.php"><img src="random/m6.jpg" border=0 width=320 height=245></a>';
img[6]='<a target="_blank" href="out.php"><img src="random/m7.jpg" border=0 width=320 height=245></a>';
img[7]='<a target="_blank" href="out.php"><img src="random/m8.jpg" border=0 width=320 height=245></a>';
img[8]='<a target="_blank" href="out.php"><img src="random/m9.jpg" border=0 width=320 height=245></a>';
img[9]='<a target="_blank" href="out.php"><img src="random/m10.jpg" border=0 width=320 height=245></a>';
var n=rand_number(10);
document.write(img[n]);
}
function ban2()
{
var img = new Array();
img[0]='<a target="_blank" href="out.php"><img src="random/m11.jpg" border=0 width=320 height=245></a>';
img[1]='<a target="_blank" href="out.php"><img src="random/m12.jpg" border=0 width=320 height=245 ></a>';
img[2]='<a target="_blank" href="out.php"><img src="random/m13.jpg" border=0 width=320 height=245></a>';
img[3]='<a target="_blank" href="out.php"><img src="random/m14.jpg" border=0 width=320 height=245></a>';
img[4]='<a target="_blank" href="out.php"><img src="random/m15.jpg" border=0 width=320 height=245></a>';
img[5]='<a target="_blank" href="out.php"><img src="random/m16.jpg" border=0 width=320 height=245></a>';
img[6]='<a target="_blank" href="out.php"><img src="random/m17.jpg" border=0 width=320 height=245></a>';
img[7]='<a target="_blank" href="out.php"><img src="random/m18.jpg" border=0 width=320 height=245></a>';
img[8]='<a target="_blank" href="out.php"><img src="random/m19.jpg" border=0 width=320 height=245></a>';
img[9]='<a target="_blank" href="out.php"><img src="random/m20.jpg" border=0 width=320 height=245></a>';
var n=rand_number(10);
document.write(img[n]);
}
