//####### TOP #######
var site = "AzFly.it";

function head_title() {
	document.write("<title>" + site + "</title>");
}

function link_css() {
	if (site == "AzFly.it") {
		document.write("<link rel=stylesheet href='azfly.css' type='text/css'>");
	} else if (site == "FullFly.it") {
		document.write("<link rel=stylesheet href='fullfly.css' type='text/css'>");
	}	
}

head_title();