<!-- Begin Random Banner --->
var rand1 = 0;
var useRand = 0;
images = new Array;
images[1] = new Image();
images[1].src = "http://www.antiworld.biz/banners/BalorHell.gif";
images[2] = new Image();
images[2].src = "http://www.antiworld.biz/banners/PenguinFleet.jpg";
images[3] = new Image();
images[3].src = "http://www.antiworld.biz/banners/MagicalAmber.jpg";
images[4] = new Image();
images[4].src = "http://www.antiworld.biz/banners/SphereBlue.jpg";
images[5] = new Image();
images[5].src = "http://www.antiworld.biz/banners/TeamAlliance.gif";

function swapPic() {
var imgnum = images.length - 1;
do {
var randnum = Math.random();
rand1 = Math.round((imgnum - 1) * randnum) + 1;
} while (rand1 == useRand);
useRand = rand1;
document.randimg.src = images[useRand].src;
}
//  End -->
<!-- Javascript - Random logo  -->
<!-- Antiworld.biz -->
<!-- Arena Neverwinter Nights Capture the Flag http://antiworld.biz -->
<!-- Begin
var rand1 = 0;
var useRand = 0;
logos = new Array;
logos[1] = new Image();
logos[1].src = "http://www.antiworld.biz/antiworld/templates/Silver_Xire/images/logo_phpbb1.gif";
logos[2] = new Image();
logos[2].src = "http://www.antiworld.biz/antiworld/templates/Silver_Xire/images/logo_phpbb2.gif";
logos[3] = new Image();
logos[3].src = "http://www.antiworld.biz/antiworld/templates/Silver_Xire/images/logo_phpbb3.gif";
logos[4] = new Image();
logos[4].src = "http://www.antiworld.biz/antiworld/templates/Silver_Xire/images/logo_phpbb4.gif";
logos[5] = new Image();
logos[5].src = "http://www.antiworld.biz/antiworld/templates/Silver_Xire/images/logo_phpbb5.gif";

function swapLogo() {
var imgnum = logos.length - 1;
do {
var randnum = Math.random();
rand1 = Math.round((imgnum - 1) * randnum) + 1;
} while (rand1 == useRand);
useRand = rand1;
document.randimg.src = logos[useRand].src;
}
//  End -->
<!-- Begin
var rand1 = 0;
var useRand = 0;
logos = new Array;
logos[1] = new Image();
logos[1].src = "http://www.antiworld.biz/antiworld/templates/Silver_Xire/images/logo_phpbb1.gif";
logos[2] = new Image();
logos[2].src = "http://www.antiworld.biz/antiworld/templates/Silver_Xire/images/logo_phpbb2.gif";
logos[3] = new Image();
logos[3].src = "http://www.antiworld.biz/antiworld/templates/Silver_Xire/images/logo_phpbb3.gif";
logos[4] = new Image();
logos[4].src = "http://www.antiworld.biz/antiworld/templates/Silver_Xire/images/logo_phpbb4.gif";
logos[5] = new Image();
logos[5].src = "http://www.antiworld.biz/antiworld/templates/Silver_Xire/images/logo_phpbb5.gif";

function swapLogo2() {
var imgnum = logos.length - 1;
do {
var randnum = Math.random();
rand1 = Math.round((imgnum - 1) * randnum) + 1;
} while (rand1 == useRand);
useRand = rand1;
document.randlogo.src = logos[useRand].src;
}
//  End -->



<!--
function AntiworldLink(nr){
	if (nr==1){
		parent.Frame1.location.href="webpages/antiworld_menu.htm"
		parent.Frame2.location.href="webpages/antiworld.htm"
	}
	if (nr==2){
		parent.Frame1.location.href="webpages/antiworld_menu.htm"
		parent.Frame2.location.href="webpages/update.htm"
	}
	if (nr==3){
		parent.Frame1.location.href="webpages/languages.htm"
		parent.Frame2.location.href="webpages/rules.htm"
	}
	if (nr==4){
		parent.Frame1.location.href="webpages/mapsbar.htm"
		parent.Frame2.location.href="webpages/maps.htm"
	}
	if (nr==5){
		parent.Frame1.location.href="webpages/antiworld_menu.htm"
		parent.Frame2.location.href="webpages/screenshots.htm"
	}
}
//-->

