function styleSheet()
{
	browser_version= parseInt(navigator.appVersion);
	browser_type = navigator.appName;
	if (browser_type == "Microsoft Internet Explorer") {
		document.write("<link rel='stylesheet' href='shadowIE5.css' type='text/css'>");
	} else  {
		document.write("<link rel='stylesheet' href='shadow.css' type='text/css'>");
	}	
}

function myFunc() {
	/*call me paranoid*/
	document.write('<a href=\"mailto:romain.');
	eval("document.write('robbes@')");
	document.write('usi.ch\">');
	eval("document.write('romain.robbes')");
	eval("document.write('@')");
	document.write('usi.ch<\/a>');
}

styleSheet();
