function popUpWin(url, width, height, winname) {    		
	option = 'width=' + width + ',height=' + height + ',scrollbars,resizable';     		
	newWin= window.open(url,winname,option);     		
	newWin.focus();     	
}
document.write('<style type="text/css">')
document.write('.spaced{border: 0px;width: 100%;margin-top: 4px;}')
document.write('.spaced td{padding-bottom: 2px;padding-left: 4px;}')
document.write('</style>')
if (typeof topAdsCategoryAds != "undefined"){
	document.write('<table class="spaced">');
	for (var i=0; i<topAdsCategoryAds.data.length; i++) {
		document.write('<tr><td style="font-size:10px; font-family:Arial, Helvetica, sans-serif;">');
		document.write('<strong><a style="font-size:11px;" href="javascript:popUpWin(\'http://topads.mgnetwork.com/index.cfm?event=win_previewAd&sAd_ID=' + topAdsCategoryAds.data[i].id + '&sType=' + topAdsCategoryAds.data[i].type + '&siteID=TBO\', 515, 400, 48086)">' + topAdsCategoryAds.data[i].title + '</a></strong><br />');
		document.write(topAdsCategoryAds.data[i].company + '<br />');
		document.write('</td></tr>');
	}
	document.write('</table>');
}
else {
	document.write('<!-- job array is empty -->');
}
