   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(4);
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);
}