   FOD_LANG='en';
   FOD_SITE='regnow_partner';
   FOD_PORTAL='regnowPartner';
   FOD_AFFILIATE=51845;

   function StartFeatBanner()
   {
	urls2    = new Array(8);
	urls2[0] = "<a href='game/sherwood.html'><img src='http://images.startgames.ws/feat001.jpg' width='351' height='297' alt='try sherwood mmorpg online' style='border: 0px none ;'></a>";
	urls2[1] = "<a href='game/worm_craft.html'><img src='http://images.startgames.ws/feat002.jpg' width='351' height='297' alt='try worm craft flash game' style='border: 0px none ;'></a>";
	urls2[2] = "<a href='game/car_wrecking.html'><img src='http://images.startgames.ws/feat003.jpg' width='351' height='297' alt='try car wrecking flash game' style='border: 0px none ;'></a>";
	urls2[3] = "<a href='game/malibu.html'><img src='http://images.startgames.ws/feat004.jpg' width='351' height='297' alt='try malibu game' style='border: 0px none ;'></a>";
	urls2[4] = "<a href='game/hamster_race.html'><img src='http://images.startgames.ws/feat005.jpg' width='351' height='297' alt='try hamster puzzle game' style='border: 0px none ;'></a>";
	urls2[5] = "<a href='game/zodiac_tower.html'><img src='http://images.startgames.ws/feat006.jpg' width='351' height='297' alt='try zodiac tower game' style='border: 0px none ;'></a>";
	urls2[6] = "<a href='http://www.endless-online.com' target='_blank'><img src='http://images.startgames.ws/feat007.jpg' width='351' height='297' alt='endless online game' style='border: 0px none ;'></a>";
	urls2[7] = "<a href='game/bongo_balls.html' target='_blank'><img src='http://images.startgames.ws/feat008.jpg' width='351' height='297' alt='bongo balls game' style='border: 0px none ;'></a>";

	index = Math.floor(Math.random() * urls2.length);
	return(urls2[index]);
   }