// Antispam

var undefined;
if ( page_subject == undefined ) var page_subject = "";

function spamless(user,domain,tld,sub) {
   locationstring = "mailto:" + user + "@" + domain + "." + tld;
   if (sub == 0) {locationstring = locationstring + "?subject=" + page_subject ;}
   window.location = locationstring;
}

// Monitorswitch

	if (screen.width < 1025) {
		document.write('<link rel=stylesheet href="styles/1024.css">') 
	}
	else if (screen.width < 1441) {
		document.write('<link rel=stylesheet href="styles/1440.css">') 
	}
	else if (screen.width < 1921) {
		document.write('<link rel=stylesheet href="styles/1920.css">') 
	}




