


<!--

	function CreaBanner(url,tipo) {
		var width
		var height=60
		if (tipo=="small") width=120
		if (tipo=="big") width=480
		
		document.write ("<iframe align=top width=" + width + " height=" + height + " marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no src=\"http://www.blicomm.net/BannerEsterni/viewBnr.asp?type=" + tipo + "&cliente=" + url + "\"> ")
		document.write ("<ilayer align=top width=" + width + " height=" + height + " src=\"http://www.blicomm.net/BannerEsterni/viewBnr.asp?type=" + tipo + "&cliente=" + url + "\"></ilayer>")
		document.write ("</iframe>")
		
	}
	
	function CreaRicercaBLI(url) {
		var width=468
		var height=60
		
		document.write ("<iframe align=top width=" + width + " height=" + height + " marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no src=\"http://www.blicomm.net/BannerEsterni/viewModRic.asp?cliente=" + url + "\"> ")
		document.write ("<ilayer align=top width=" + width + " height=" + height + " src=\"http://www.blicomm.net/BannerEsterni/viewModRic.asp?cliente=" + url + "\"></ilayer>")
		document.write ("</iframe>")
		
	}
	


//-->


