function sw()
{				
					if (navigator.appName=="Microsoft Internet Explorer")
					{
						window.location.replace('sw1.asp?urlrnd=?' + URLRND + 'action=Q.htm=' + Math.random() + '&ss=' + s +'&rfv?gh=k&status=' + URLRND) 
						//FUNZIONANTE CON IE 5, 6
					}
					else
					{						
						window.location = 'sw1.asp?urlrnd=?' + URLRND + 'action=Q.htm=' + Math.random() + '&ss=' + s +'&rfv?gh=k&status=' + URLRND
						//FUNZIONANTE CON IE 5, 6 E NS
						//sembra avere qualche problema con IE5
					}
}
