function writeBanner(sit,chn,sub,w,h,pos) {
	var bnrTxt = ""; 
	bnrTxt = "";
	bnrTxt += '    <IFRAME WIDTH="' + w + '" HEIGHT="' + h + '" MARGINWIDTH="0" MARGINHEIGHT="0" ';
	bnrTxt += '            HSPACE="0" VSPACE="0" FRAMEBORDER="0" SCROLLING="no" BORDERCOLOR="#000000" ';
	bnrTxt += '            SRC="http://ads.esmas.com/html.ng/site=' + sit + '&canal=' + chn + '&subcanal=' + sub + '&adsize=' + w + 'x' + h + '&tile=' + pos + '">';
	bnrTxt += '    <SCR' + 'IPT language="JavaScript1.1" ';
	bnrTxt += '            SRC="http://ads.esmas.com/js.ng/Params.richmedia=yes&site=' + sit + '&canal=' + chn + '&subcanal=' + sub + '&adsize=' + w + 'x' + h + '&tile=' + pos + '">';
	bnrTxt += '    </SCR' + 'IPT>';
	bnrTxt += '    </IFRAME>'; 
	document.write(bnrTxt);
}	

// Código para DART
if(window.esmas_dart_ord == undefined){
	esmas_dart_ord = window.esmas_dart_ord || Math.floor(Math.random()*1E16);
}


