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="http://topads.mgnetwork.com/index.cfm?event=win_previewAd&sAd_ID='+topAdsCategoryAds.data[i].id+'&sType=Liner&siteID=WSJ" target="_blank">'+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 -->');
}