document.write('<style type="text/css">'
+'a.ejocuri_lnk,a.ejocuri_url{font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:none;font-weight:bold;font-size:12px;color:#0099FF;text-transform:capitalize;}'
+'a.ejocuri_lnk:hover, a.ejocuri_url:hover{text-decoration:underline;}'
+'</style>'
+'<div style="clear:both;width:100%;height:65px;text-align:center;border-top:3px solid #ddd;background-color:#fff;">');

var basehref = 'http://www.witchhut.com/network-bar/ro';
var logos = new Array('02','03','04');
var urls = new Array('ejocuri.ro','ejocurifete.ro','joco.ro');
var myimages = new Array();

for (x=0; x<logos.length; x++)
	{
	myimages[x] = new Image();
	myimages[x].src = basehref+'_rgb_'+logos[x];
	document.write('<a href="http://www.'+urls[x]+'" target="_blank"><img src="'+basehref+'_bw_'+logos[x]+'.jpg" border="0" style="margin:5px 10px 0 0;" onmouseover="this.src=\''+basehref+'_rgb_'+logos[x]+'.jpg\'" onmouseout="this.src=\''+basehref+'_bw_'+logos[x]+'.jpg\'"></a>');
	}

document.write('</div>');