  			<!--
 		 	pagina = escape(document.location.href);
   			ref = escape(document.referrer);
			if((ref == "") || (ref == "undefined")){ ref = "bookmark"; }
			screens = screen.width + "x" + screen.height;
		 	screenc = (navigator.appName.indexOf("Microsoft") > -1) ? screen.colorDepth : screen.pixelDepth;
 			im = "/mvwebstats.function.php?pagina=" + pagina + "&referer=" + 
			ref + "&screensize=" + screens + "&screencolors=" + screenc;
 			im = "<img src=\"" + im + "\" />";
 			document.write(im);
 			// -->
			
