   function MoreGamesLink()
   {
	urls    = new Array(4);
	urls[0] = "<A HREF='http://www.arcadebomb.com' CLASS='bigbold' target='_blank'>MORE GAMES - CLICK HERE</a>";
	urls[1] = "<A HREF='http://www.freegamesjungle.com' CLASS='bigbold' target='_blank'>MORE GAMES - CLICK HERE</a>";
	urls[2] = "<A HREF='http://www.funny-games.ws' CLASS='bigbold' target='_blank'>MORE GAMES - CLICK HERE</a>";
	urls[3] = "<A HREF='http://www.funny-games.ws' CLASS='bigbold' target='_blank'>MORE GAMES - CLICK HERE</a>";

	index = Math.floor(Math.random() * urls.length);
	return(urls[index]);
   }

function EB1(){
urls    = new Array(4);
urls[0] = "girlgamesclub.com";
urls[1] = "girlgamesclub.com";
urls[2] = "girlgamesnow.com";
urls[3] = "girlgamesnow.com";

pics    = new Array(4);
pics[0] = "ato_girl6";
pics[1] = "ato_girl5";
pics[2] = "ato_girl1";
pics[3] = "ato_girl2";

index = Math.floor(Math.random() * urls.length);
url = "<a href='http://www." + urls[index] + "' onMouseOver='window.status='Open'; return true;' target='_blank'><img src='http://images.onlinegamesflash.com/" + pics[index] + ".gif' alt='more games' width='100' height='100' border='0'></a>";
return(url);
}

function EB2(){
urls    = new Array(2);
urls[0] = "girlsgames24.com";
urls[1] = "girlsgames24.com";

pics    = new Array(2);
pics[0] = "ato_girl4";
pics[1] = "ato_girl3";


index = Math.floor(Math.random() * urls.length);
url = "<a href='http://www." + urls[index] + "' onMouseOver='window.status='Open'; return true;' target='_blank'><img src='http://images.onlinegamesflash.com/" + pics[index] + ".gif' alt='more games' width='100' height='100' border='0'></a>";
return(url);
}


function EB3(){
urls    = new Array(2);
urls[0] = "gamesfree.com";
urls[1] = "gamesfree.com";
urls[2] = "123mommy.com";

pics    = new Array(2);
pics[0] = "ato_gfree1";
pics[1] = "ato_gfree2";
pics[2] = "ato_mommy1";


index = Math.floor(Math.random() * urls.length);
url = "<a href='http://www." + urls[index] + "' onMouseOver='window.status='Open'; return true;' target='_blank'><img src='http://images.onlinegamesflash.com/" + pics[index] + ".gif' alt='more games' width='100' height='100' border='0'></a>";
return(url);
}

function EB4(){
urls    = new Array(4);
urls[0] = "crazypirategames.com";
urls[1] = "crazypirategames.com";
urls[2] = "freegamesjungle.com";
urls[3] = "freegamesjungle.com";

pics    = new Array(4);
pics[0] = "ato_pirate1";
pics[1] = "ato_pirate2";
pics[2] = "ato_fgj1";
pics[3] = "ato_fgj2";


index = Math.floor(Math.random() * urls.length);
url = "<a href='http://www." + urls[index] + "' onMouseOver='window.status='Open'; return true;' target='_blank'><img src='http://images.onlinegamesflash.com/" + pics[index] + ".gif' alt='more games' width='100' height='100' border='0'></a>";
return(url);
}

function EB5(){
urls    = new Array(4);
urls[0] = "arcadebomb.com";
urls[1] = "arcadebomb.com";
urls[2] = "funny-games.ws";
urls[3] = "gamesnow.biz";

pics    = new Array(4);
pics[0] = "ato_bomb1";
pics[1] = "ato_bomb2";
pics[2] = "ato_funny1";
pics[3] = "ato_gnow1";


index = Math.floor(Math.random() * urls.length);
url = "<a href='http://www." + urls[index] + "' onMouseOver='window.status='Open'; return true;' target='_blank'><img src='http://images.onlinegamesflash.com/" + pics[index] + ".gif' alt='more games' width='100' height='100' border='0'></a>";
return(url);
}