larghezza = screen.width;
//alert(larghezza);
if (larghezza < 300) {
	document.write('<link rel="stylesheet" href="/style-head.css" type="text/css" media="all" />');
} else if (larghezza < 500) {
	document.write('<link rel="stylesheet" href="/style-netbook.css" type="text/css" media="all" />');
}
else {
	document.write('<link rel="stylesheet" href="/style4.css" type="text/css" media="all" />');
}
