function contatore(){
	file='/webware/status/count.php';
	
	if (navigator.appName == 'Netscape'){
		l = navigator.language;}
	else{
		l=navigator.systemLanguage;}
	
	u=document.URL;
	
	w=screen.width;
	h=screen.height;
	
	r= escape(document.referrer)
	
	info='?l=' + l  + '&u=' + u + '&w=' + w + '&h=' + h + '&r=' + r;
	//info='';
	document.write('<img src="' + file + info + '"  style="display:none;" border=0 width=1>');    
}

$(document).ready(function(){
	 $(document).pngFix(); 
						   
	$("#TopMenu li").mouseover( function() { 
		$(this).toggleClass("attivo"); }
	);
	
	$("#TopMenu li").mouseout( function() { 
		$(this).removeClass("attivo"); }
	);
	

 /*$("#dialog").dialog({ 
	 	bgiframe: true,
		autoOpen: false,
		width:300
	});	
	
	$('#area').click(function(){
		$("#dialog").dialog('open');
	});*/

});

contatore();
