function tarWrapper(tag){
	return tag;
}

function tagPublico(sec,pos,size){
	var ord=Math.floor(Math.random()*10000000000);
	var s = size.split('x');
	if(arguments.length>4){
		document.write('<iframe src="http://ad.clix.pt/html.ng/site=publico&pub_sec='+sec+'&pos='+pos+'&size='+size+'&ord='+ord+'" width="'+s[0]+'" height="'+s[1]+'" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" bordercolor="#000000"></iframe>');
		return;
	}
	document.write('<scr'+'ipt language="javascript" src="http://ad.clix.pt/js.ng/site=publico&pub_sec='+sec+'&pos='+pos+'&size='+size+'&ord='+ord+'"></sc'+'ript>');
}
