var gid_array = new Array('mindfields-2','mindfields-2204','monster-truck-trials','bionic-bugz','weirdville','moolga','santas-gift-jump','hive-hero','shadow-factory','dumbolf','crystal-clear','elastic-soccer','chicken-attack','polar-boar','manelowar','nitro-trabi','prehistoric','manole','virtual-world-cup');

document.write('<style type="text/css">'
+'a.gamesheep_lnk,a.gamesheep_url{font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:none;font-weight:bold;font-size:12px;color:#0099FF;}'
+'a.gamesheep_lnk:hover, a.gamesheep_url:hover{text-decoration:underline;}'
+'a.gamesheep_url { font-weight:normal; color:#000; font-size:10px;}'
+'</style>'
+'<div style="position:relative;height:90px;text-align:left;">'
+'<table width="468" height="60" border="0" cellpadding="0" cellspacing="0" style="background-color:#FFFFFF"><tr>');
		
	for(i=0;i<2;i++)
		{
		var idx = Math.floor(Math.random()*gid_array.length);
		var show_gid = gid_array[idx];
		gid_array.splice(idx, 1);
		gname = show_gid.replace(/-/g, " ");
		document.write('<td><a href="http://www.gamesheep.com/game/'+show_gid+'/" title="Play '+gname+'" style="text-transform:capitalize;" class="gamesheep_lnk"><img src="http://www.gamesheep.com/game/'+show_gid+'/thumb.jpg" width=90 height=60 border=0 alt="Play '+gname+'" align="left" style="margin-right:10px"> Play Now <br> '+gname+'</a><a href="http://www.gamesheep.com" class="gamesheep_url"><br><br>on gamesheep.com</a></td>')
		}

document.write('</tr></table></div>');