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 = 16;
var arrayAd = new Array(len);

arrayAd[0] = "&nbsp;<a title=\"Da Vinci Cannon!\" href=\"da-vinci-cannon-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_da-vinci-cannon/da-vinci-cannon_80x80.jpg\"></a>&nbsp;";
arrayAd[1] = "&nbsp;<a title=\"Golden Trails: The New Western Rush!\" href=\"golden-trails-the-new-western-rush-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_golden-trails-the-new-western-rush/golden-trails-the-new-western-rush_80x80.jpg\"></a>&nbsp;";
arrayAd[2] = "&nbsp;<a title=\"Bubblez!\" href=\"bubblez-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_bubblez/bubblez_80x80.jpg\"></a>&nbsp;";
arrayAd[3] = "&nbsp;<a title=\"Treasure Seekers: Follow the Ghosts!\" href=\"treasure-seekers-follow-the-ghosts-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_treasure-seekers-follow-the-ghosts/treasure-seekers-follow-the-ghosts_80x80.jpg\"></a>&nbsp;";
arrayAd[4] = "&nbsp;<a title=\"Diner Dash!\" href=\"dinerdash-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_dinerdash/dinerdash_80x80.jpg\"></a>&nbsp;";
arrayAd[5] = "&nbsp;<a title=\"Burger Shop 2!\" href=\"burger-shop-2-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_burger-shop-2/burger-shop-2_80x80.jpg\"></a>&nbsp;";
arrayAd[6] = "&nbsp;<a title=\"Fitz!\" href=\"fitz-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_fitz/fitz_80x80.jpg\"></a>&nbsp;";
arrayAd[7] = "&nbsp;<a title=\"Fishdom H2O: Hidden Odyssey!\" href=\"fishdom-h2o-hidden-odyssey-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_fishdom-h2o-hidden-odyssey/fishdom-h2o-hidden-odyssey_80x80.jpg\"></a>&nbsp;";
arrayAd[8] = "&nbsp;<a title=\"Catch Em If You Can!\" href=\"catch-em-if-you-can-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_catch-em-if-you-can/catch-em-if-you-can_80x80.jpg\"></a>&nbsp;";
arrayAd[9] = "&nbsp;<a title=\"Luxor Amun Rising!\" href=\"luxoramunrising-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_luxoramunrising/luxoramunrising_80x80.jpg\"></a>&nbsp;";
arrayAd[10] = "&nbsp;<a title=\"Fashion Solitaire!\" href=\"fashion-solitaire-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_fashion-solitaire/fashion-solitaire_80x80.jpg\"></a>&nbsp;";
arrayAd[11] = "&nbsp;<a title=\"Hotel Mogul!\" href=\"hotel-mogul-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_hotel-mogul/hotel-mogul_80x80.jpg\"></a>&nbsp;";
arrayAd[12] = "&nbsp;<a title=\"Farm Frenzy 3: American Pie!\" href=\"farm-frenzy-3-american-pie-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_farm-frenzy-3-american-pie/farm-frenzy-3-american-pie_80x80.jpg\"></a>&nbsp;";
arrayAd[13] = "&nbsp;<a title=\"My Kingdom for the Princess!\" href=\"my-kingdom-for-the-princess-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_my-kingdom-for-the-princess/my-kingdom-for-the-princess_80x80.jpg\"></a>&nbsp;";
arrayAd[14] = "&nbsp;<a title=\"Fish Tycoon!\" href=\"fishtycoon-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_fishtycoon/fishtycoon_80x80.jpg\"></a>&nbsp;";
arrayAd[15] = "&nbsp;<a title=\"Gardenscapes!\" href=\"gardenscapes-game.htm?top\"><img src=\"http://games.bigfishgames.com/en_gardenscapes/gardenscapes_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("<script type=\"text/javascript\" src=\"http://adserving.cpxadroit.com/tags2/4-1004508.js\"></SCRIPT>");
document.write("</div>");
