// JavaScript Document
window.onload = function() {
	if(navigator.userAgent.indexOf('Mac') != -1) {		
		var style = document.getElementsByTagName("link");
		style[3].setAttribute("href", "http://www.ntmgfootball.com/wp/wp-content/themes/simple-wood/mac_css.css");
	}
}
