// JavaScript Document


//
if (typeof document.documentElement.style.msInterpolationMode != "undefined") {
	  // IE 7 or newer
document.write("<link rel='stylesheet' type='text/css' href='http://www.az-earth.com/wp-content/themes/utd/css/other.css' />"); 	 // IE6, older browsers
} else if (navigator.appName.indexOf("Microsoft") >= 0) {
 	 // IE6, older browsers
document.write("<link rel='stylesheet' type='text/css' href='http://www.az-earth.com/wp-content/themes/utd/css/ie-6.css' />");

} else if (Saf=/a/.__proto__=='//' ) {
document.write("<link rel='stylesheet' type='text/css' href='http://www.az-earth.com/wp-content/themes/utd/css/safari.css' />");

} else {
	 // mozilla, safari, opera 9
document.write("<link rel='stylesheet' type='text/css' href='http://www.az-earth.com/wp-content/themes/utd/css/other.css' />");
} 

