if (BrowserDetect.browser == 'Explorer' && BrowserDetect.version == 7) {
	document.write('<link href="css/ie7.css" rel="stylesheet" type="text/css" />');
}

if (BrowserDetect.browser == 'Safari') {
	document.write('<link href="css/safari.css" rel="stylesheet" type="text/css" />');
} 

if (BrowserDetect.browser == 'Explorer' && BrowserDetect.version == 6) {
	document.write('<link href="css/ie6.css" rel="stylesheet" type="text/css" />');
} 

if (BrowserDetect.browser == 'Firefox' && BrowserDetect.OS == "Mac") {
	document.write('<link href="css/macff3.css" rel="stylesheet" type="text/css" />');
}

if (BrowserDetect.browser == 'Firefox' && BrowserDetect.OS == "Linux") {
	document.write('<link href="css/linuxFirefox.css" rel="stylesheet" type="text/css" />');
}