function rnd() {
rnd.seed = (rnd.seed*9301+49297) % 233280;
return rnd.seed/(233280.0);
};

function rand(number) {
return Math.ceil(rnd()*number);
};

rnd.today=new Date();
rnd.seed=rnd.today.getTime();

var num = 0;
var len = 25;
var arrayAd = new Array(len);

arrayAd[0] = "&nbsp;<a title=\"Supermarket Management - Help Kate climb her way to the top!\" href=\"supermarket-management-game.htm\"><img src=\"http://games.bigfishgames.com/en_supermarket-management/supermarket-management_80x80.jpg\"></a>&nbsp;";
arrayAd[1] = "&nbsp;<a title=\"Pony World Deluxe!\" href=\"pony-world-deluxe-game.htm\"><img src=\"simulationimages/pony-world-deluxe-80.jpg\"></a>&nbsp;";
arrayAd[2] = "&nbsp;<a title=\"Call of Duty 2!\" href=\"call-of-duty-2-game.htm\"><img src=\"shootingimages/call-of-duty-2-80.jpg\"></a>&nbsp;";
arrayAd[3] = "&nbsp;<a title=\"TruckSaver!\" href=\"trucksaver-game.htm\"><img src=\"drvingimages/trucksaver-80.jpg\"></a>&nbsp;";
arrayAd[4] = "&nbsp;<a title=\"The Sims 3!\" href=\"the-sims-3-game.htm\"><img src=\"simulationimages/the-sims-3-80.jpg\"></a>&nbsp;";
arrayAd[5] = "&nbsp;<a title=\"Delta Force: Xtreme!\" href=\"delta-force-xtreme-game.htm\"><img src=\"drvingimages/delta-force-xtreme-80.jpg\"></a>&nbsp;";
arrayAd[6] = "&nbsp;<a title=\"Jane's Hotel - Help Jane build a beautiful hotel.\" href=\"arcade-Janes-Hotel.htm\"><img src=\"http://games.bigfishgames.com/en_janes-hotel/janes-hotel_80x80.jpg\"></a>&nbsp;";
arrayAd[7] = "&nbsp;<a title=\"Candy Land - Follow the Candy Land path to the Fiesta!\" href=\"cardcasino-candy-land-dora-the-explorer-edition.htm\"><img src=\"http://games.bigfishgames.com/en_candy-land-dora-the-explorer-edition/candy-land-dora-the-explorer-edition_80x80.jpg\"></a>&nbsp;";
arrayAd[8] = "&nbsp;<a title=\"John Deere: Drive Green\" href=\"john-deere-drive-green-game.htm\"><img src=\"drvingimages/john-deere-drive-green-80.jpg\"></a>&nbsp;";
arrayAd[9] = "&nbsp;<a title=\"Go-Go Gourmet: Chef of the Year - Cook your way into culinary stardom.\" href=\"arcade-go-go-gourmet-chef-of-the-year.htm\"><img src=\"http://games.bigfishgames.com/en_go-go-gourmet-chef-of-the-year/go-go-gourmet-chef-of-the-year_80x80.jpg\"></a>&nbsp;";
arrayAd[10] = "&nbsp;<a title=\"Spa Mania - Deliver 5-star service in San Francisco.\" href=\"arcade-spa-mania.htm\"><img src=\"http://games.bigfishgames.com/en_spa-mania/spa-mania_80x80.jpg\"></a>&nbsp;";
arrayAd[11] = "&nbsp;<a title=\"Sprint Car Challenge!\" href=\"sprint-car-challenge-game.htm\"><img src=\"drvingimages/sprint-car-challenge-80.jpg\"></a>&nbsp;";
arrayAd[12] = "&nbsp;<a title=\"Janes Zoo!\" href=\"janes-zoo-game.htm\"><img src=\"images3/janes-zoo-80.jpg\"></a>&nbsp;";
arrayAd[13] = "&nbsp;<a title=\"Big City Rigs: Garbage Truck Driver!\" href=\"big-city-rigs-garbage-truck-driver-game.htm\"><img src=\"drvingimages/big-city-rigs-garbage-truck-driver-80.jpg\"></a>&nbsp;";
arrayAd[14] = "&nbsp;<a title=\"Euro Truck Simulator!\" href=\"euro-truck-simulator-game.htm\"><img src=\"drvingimages/xpand-rally-80.jpg\"></a>&nbsp;";
arrayAd[15] = "&nbsp;<a title=\"Supermarket Mania - Stock-til-you-drop and save the store.\" href=\"arcade-supermarket-mania.htm\"><img src=\"http://games.bigfishgames.com/en_supermarket-mania/supermarket-mania_80x80.jpg\"></a>&nbsp;";
arrayAd[16] = "&nbsp;<a title=\"Cooking Academy - The game where you are the chef!\" href=\"arcade-cooking-academy.htm\"><img src=\"http://games.bigfishgames.com/en_cooking-academy/cooking-academy_80x80.jpg\"></a>&nbsp;";
arrayAd[17] = "&nbsp;<a title=\"Diaper Dash - Keep all of the babies happy!\" href=\"diaper-dash-game.htm\"><img src=\"http://games.bigfishgames.com/en_diaper-dash/diaper-dash_80x80.jpg\"></a>&nbsp;";
arrayAd[18] = "&nbsp;<a title=\"Farm Frenzy 3!\" href=\"farm-frenzy-3-game.htm\"><img src=\"http://games.bigfishgames.com/en_farm-frenzy-3/farm-frenzy-3_80x80.jpg\"></a>&nbsp;";
arrayAd[19] = "&nbsp;<a title=\"Coconut Queen!\" href=\"coconut-queen-game.htm\"><img src=\"simulationimages/coconut-queen-80.jpg\"></a>&nbsp;";
arrayAd[20] = "&nbsp;<a title=\"18 Wheels of Steel: American Long Haul\" href=\"18-wheels-of-steel-american-long-haul-game.htm\"><img src=\"drvingimages/18-wheels-of-steel-american-long-haul-80.jpg\"></a>&nbsp;";
arrayAd[21] = "&nbsp;<a title=\"Doras Carnival Adventure - Learning and playing meets fun!\" href=\"puzzle-dorascarnivaladven.htm\"><img src=\"http://games.bigfishgames.com/en_dorascarnivaladven/dorascarnivaladven_80x80.jpg\"></a>&nbsp;";
arrayAd[22] = "&nbsp;<a title=\"ER Mania!\" href=\"er-mania-game.htm\"><img src=\"images3/er-mania-80.jpg\"></a>&nbsp;";
arrayAd[23] = "&nbsp;<a title=\"Bus Driver\" href=\"bus-driver-game.htm\"><img src=\"drvingimages/bus-driver-80.jpg\"></a>&nbsp;";
arrayAd[24] = "&nbsp;<a title=\"Kitchen Brigade!\" href=\"kitchen-brigade-game.htm\"><img src=\"http://games.bigfishgames.com/en_kitchen-brigade/kitchen-brigade_80x80.jpg\"></a>&nbsp;";

document.write("<div id = \"toplist\">");
for(i = 0; i < 9; i++)
{
	num = rand(len - i);
	document.write(arrayAd[num-1]);
	arrayAd.splice(num-1,1);
}
document.write("</div>");