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 = 12;
var arrayAd = new Array(len);

arrayAd[0] = "&nbsp;<a title=\"Belle's Beauty Boutique!\" href=\"arcade_BellesBeautyBoutique.htm?tg\"><img src=\"http://games.bigfishgames.com/en_bellesbeautyboutiq/bellesbeautyboutiq_80x80.jpg\"></a>&nbsp;";
arrayAd[1] = "&nbsp;<a title=\"Fashion Dash!\" href=\"fashion-dash-game.htm?tg\"><img src=\"http://games.bigfishgames.com/en_fashion-dash/fashion-dash_80x80.jpg\"></a>&nbsp;";
arrayAd[2] = "&nbsp;<a title=\"Dress Shop Hop!\" href=\"dress-shop-hop-game.htm?tg\"><img src=\"http://games.bigfishgames.com/en_dress-shop-hop/dress-shop-hop_80x80.jpg\"></a>&nbsp;";
arrayAd[3] = "&nbsp;<a title=\"Fashion Rush!\" href=\"arcade-fashion-rush.htm?tg\"><img src=\"http://games.bigfishgames.com/en_fashion-rush/fashion-rush_80x80.jpg\"></a>&nbsp;";
arrayAd[4] = "&nbsp;<a title=\"Fashion Solitaire!\" href=\"cardcasino-fashion-solitaire.htm?tg\"><img src=\"http://games.bigfishgames.com/en_fashion-solitaire/fashion-solitaire_80x80.jpg\"></a>&nbsp;";
arrayAd[5] = "&nbsp;<a title=\"Fashion Craze!\" href=\"fashion-craze-game.htm?tg\"><img src=\"http://games.bigfishgames.com/en_fashion-craze/fashion-craze_80x80.jpg\"></a>&nbsp;";
arrayAd[6] = "&nbsp;<a title=\"Satisfashion!\" href=\"arcade-satisfashion.htm?tg\"><img src=\"http://games.bigfishgames.com/en_satisfashion/satisfashion_80x80.jpg\"></a>&nbsp;";
arrayAd[7] = "&nbsp;<a title=\"Posh Shop!\" href=\"posh-shop-game.htm?tg\"><img src=\"http://games.bigfishgames.com/en_posh-shop/posh-shop_80x80.jpg\"></a>&nbsp;";
arrayAd[8] = "&nbsp;<a title=\"Dress Up Rush!\" href=\"arcade-dress-up-rush.htm?tg\"><img src=\"http://games.bigfishgames.com/en_dress-up-rush/dress-up-rush_80x80.jpg\"></a>&nbsp;";
arrayAd[9] = "&nbsp;<a title=\"Extreme Street Racer!\" href=\"extreme-street-racer-game.htm?top\"><img src=\"drvingimages/extreme-street-racer-80.jpg\"></a>&nbsp;";
arrayAd[10] = "&nbsp;<a title=\"Big City Rigs: Garbage Truck Driver!\" href=\"big-city-rigs-garbage-truck-driver-game.htm?top\"><img src=\"drvingimages/big-city-rigs-garbage-truck-driver-80.jpg\"></a>&nbsp;";
arrayAd[11] = "&nbsp;<a title=\"18 Wheels of Steel: American Long Haul\" href=\"18-wheels-of-steel-american-long-haul-game.htm?top\"><img src=\"drvingimages/18-wheels-of-steel-american-long-haul-80.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>");
