
			<!-- 
			banner = 4;
			var delayTime = 2000
			var banIndex = 0;
			var halt = 0;
			var image = new Array();
		
			newwindow = window.open;

			for (i=0 ; i<banner ; i++)
				image[i] = new Image();
			image[0].src = "banner/mgfx1.jpg";
			image[1].src = "banner/banner1.jpg";
			image[2].src = "banner/mater.jpg";
			image[3].src = "banner/mgfx1.jpg";
			var urlBanner=new Array();
			urlBanner[0] = "http://www.multimediagfx.it";
			urlBanner[1] = "http://www.pcdettofatto.it";
			urlBanner[2] = "http://";
			urlBanner[3] = "http://www.multimediagfx.it/";
			

			function rotateIt()
			{
				if (halt != 1)
				{
					banIndex++;
					if (banIndex > banner-1)
						banIndex = 0;
					document.sponsor.src=image[banIndex].src;
					setTimeout("rotateIt()", delayTime);
				}
			}

			function doIt()
			{   
				halt = 1;
				location.href = newwindow(urlBanner[banIndex]);
				location.href = "http://www.pcdettofatto.it/default1.asp"
					

			}

			function dispIt()
			{
				parent.window.status = urlBanner[banIndex];
			}

			function starRotBanner()
			{
				banIndex=-1;
				rotateIt();
			}
			//  -->


