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] = "<a target=\"_blank\" title=\"Diego Dinosaur Rescue - Explore the land of the dinosaurs!\" href=\"diego-dinosaur-rescue-game.htm\"><img src=\"http://games.bigfishgames.com/en_diego-dinosaur-rescue/diego-dinosaur-rescue_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[1] = "<a target=\"_blank\" title=\"Dora Saves the Snow Princess - Help Dora through a snow adventure!\" href=\"dora-saves-the-snow-princess-game.htm\"><img src=\"http://games.bigfishgames.com/en_dora-saves-the-snow-princess/dora-saves-the-snow-princess_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[2] = "<a target=\"_blank\" title=\"Cake Shop - All the ingredients for a good time!\" href=\"arcade-cake-shop.htm\"><img src=\"http://games.bigfishgames.com/en_cake-shop/cake-shop_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[3] = "<a target=\"_blank\" title=\"Diego's Safari Adventure - Break the elephants' spell!\" href=\"arcade-diegos-safari-adventure.htm\"><img src=\"http://games.bigfishgames.com/en_diegos-safari-adventure/diegos-safari-adventure_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[4] = "<a target=\"_blank\" title=\"Doras Carnival 2: At the Boardwalk - Go on a boardwalk adventure.\" href=\"puzzle-dorascarnival2atth.htm\"><img src=\"http://games.bigfishgames.com/en_dorascarnival2atth/dorascarnival2atth_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[5] = "<a target=\"_blank\" title=\"Operation Mania - Medical mayhem in the ER!\" href=\"arcade-operation-mania.htm\"><img src=\"http://games.bigfishgames.com/en_operation-mania/operation-mania_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[6] = "<a target=\"_blank\" 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_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[7] = "<a target=\"_blank\" 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_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[8] = "<a target=\"_blank\" title=\"Amelie's Cafe - Take charge of grandpa's cafe.\" href=\"arcade-amelies-cafe.htm\"><img src=\"http://games.bigfishgames.com/en_amelies-cafe/amelies-cafe_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[9] = "<a target=\"_blank\" 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_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[10] = "<a target=\"_blank\" title=\"Unwell Mel - Madcap clinical hilarity!\" href=\"puzzle-unwell-mel.htm\"><img src=\"http://games.bigfishgames.com/en_unwell-mel/unwell-mel_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[11] = "<a target=\"_blank\" title=\"La Casa De Dora - Learn Spanish, math, and music from Dora!\" href=\"lacasadedora-game.htm\"><img src=\"http://games.bigfishgames.com/en_lacasadedora/lacasadedora_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[12] = "<a target=\"_blank\" title=\"Doras Carnival Adventure - Learning and playing meets fun!\" href=\"puzzle-dorascarnivaladven.htm\"><img src=\"http://games.bigfishgames.com/en_dorascarnivaladven/dorascarnivaladven_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[13] = "<a target=\"_blank\" 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_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[14] = "<a target=\"_blank\" title=\"Aveyond 2 - Rescue Iya and defeat the Snow Queen!\" href=\"arcade-aveyond-2.htm\"><img src=\"http://games.bigfishgames.com/en_aveyond-2/aveyond-2_60x40.jpg\"></a>&nbsp;&nbsp;";
arrayAd[15] = "<a target=\"_blank\" title=\"Belle's Beauty Boutique - Can you run a salon?\" href=\"arcade_BellesBeautyBoutique.htm\"><img src=\"http://games.bigfishgames.com/en_bellesbeautyboutiq/bellesbeautyboutiq_60x40.jpg\"></a>&nbsp;&nbsp;";

for(i = 0; i < 7; i++)
{
	num = rand(len - i);
	document.write(arrayAd[num-1]);
	arrayAd.splice(num-1,1);
}