function a(){
	var b='',c='';
/*
	adst_width
	adst_height
	adst_format
	adst_site
	adst_fontcolor
	adst_bgcolor
	adst_bgcolor_pill
	adst_bordercolor
	adst_linkcolor
	adst_provincia
	adst_keywords
	adst_icone
*/
	if(typeof(adst_linkcolor) == 'undefined')adst_linkcolor=adst_bordercolor;
	if(typeof(adst_bgcolor_pill) == 'undefined')adst_bgcolor_pill=adst_bgcolor;

	c='adst_width='+adst_width+'&adst_height='+adst_height+'&adst_format='+adst_format+'&adst_site='+adst_site+'&adst_fontcolor='+adst_fontcolor+'&adst_bgcolor='+adst_bgcolor+'&adst_bgcolor_pill='+adst_bgcolor_pill+'&adst_bordercolor='+adst_bordercolor+'&adst_linkcolor='+adst_linkcolor+'&adst_provincia='+adst_provincia+'&adst_keywords='+adst_keywords+'&adst_icone='+adst_icone;
	b='<iframe src="http://adv1.preludeadv.it/adstext/adstext.php?'+c+'" frameborder="0" width="'+adst_width+'" height="'+adst_height+'" scrolling="no"></iframe>';
	document.write(b);
}
a();