<!--
img_int = new Array()
	img_int[0]="../img_home/Interviste/FotoRotolo.gif";
	img_int[1]="../img_home/Interviste/FotoSebastiani.gif";
	img_int[2]="../img_home/Interviste/FotoIppoliti.gif";

link_int = new Array()
	link_int[0]="Webfiera_interviste.asp?ID=6";
	link_int[1]="Webfiera_interviste.asp?ID=2";
	link_int[2]="Webfiera_interviste.asp?ID=3";

var pos_int=0;

function BannerInt()
	{
	(pos_int<2)?pos_int++:pos_int=0;
	ban_int = new Image(150,50);
	ban_int.src= img_int[pos_int];
	document.LinkImageInt.src=ban_int.src;
	setTimeout('BannerInt()',3000)
	}

function Intervista()
	{
	window.location=link_int[pos_int];
	}
// -->
