(function () {
	var head = document.getElementsByTagName("head")[0];
	if (head) {
		var scriptStyles = document.createElement("link");
		scriptStyles.rel = "stylesheet";
		scriptStyles.type = "text/css";
		
		if (window.location.host == 'wcm.medtronic.com'){
			scriptStyles.href = "/wcm/groups/mdtcom_sg/@shared/documents/webassets/ss_css_script-styles.css"
		}

		else {
			scriptStyles.href = "http://www.medtronic.com/wcm/groups/mdtcom_sg/@shared/documents/webassets/ss_css_script-styles.css"
		};

		head.appendChild(scriptStyles);
	}
}());
