if(window.navigator.appName == 'Microsoft Internet Explorer') {
	document.write('<link href="css/ie.css" rel="stylesheet" type="text/css" />');
}

if(window.navigator.productSub == '20030107') {
	document.write('<link href="css/safari.css" rel="stylesheet" type="text/css" />');
}

