if(window.navigator.vendor == 'Apple Computer, Inc.')
	document.write('<link href="css/safari.css" rel="stylesheet" type="text/css" />');

else if(window.navigator.platform.indexOf("Mac") != -1)
	document.write('<link href="css/mac.css" rel="stylesheet" type="text/css" />');

else if(window.navigator.userAgent.indexOf("MSIE 7") != -1)
	document.write('<link href="css/ie7.css" rel="stylesheet" type="text/css" />');

else if(window.navigator.userAgent.indexOf("MSIE 6") != -1)
	document.write('<link href="css/ie6.css" rel="stylesheet" type="text/css" />');

else if(window.navigator.userAgent.indexOf("MSIE 5") != -1)
	document.write('<link href="css/ie5.css" rel="stylesheet" type="text/css" />');

else if(window.navigator.userAgent.indexOf("Opera") != -1)
	document.write('<link href="css/opera.css" rel="stylesheet" type="text/css" />');
