
function show_counter(counter_name,testo,dimx_iframe) {
	var testo = (testo == null) ? "" : testo;
	var dimx_iframe = (dimx_iframe == null) ? 70 : dimx_iframe;
   // document.writeln('<div id=contatore>contatorrr</div>');
	var ff='http://counter.acti-web.com/cont.php?contatore='+counter_name+'&testo='+testo
	//	jah(ff,'contatore');
	document.writeln('<iframe src='+ff+' name="contentFRM" id="contentFRM" scrolling="no" width="'+dimx_iframe+'" height="18" marginwidth="0" marginheight="0" frameborder="0" align="center"></iframe>');
}


