<!--
	if (navigator.appVersion.indexOf("Mac") != -1) {
		if (navigator.userAgent.indexOf("Safari",0) != -1) {
			document.write("<link rel='stylesheet' href='http://candylogue.net/shared/css/macsafari.css' type='text/css' />");
		}
		if (navigator.userAgent.indexOf("Firefox") != -1) {
			document.write("<link rel='stylesheet' href='http://candylogue.net/shared/css/macmozilla.css' type='text/css' />");
		}
		if (navigator.userAgent.indexOf("Firefox/3") != -1) {
			document.write("<link rel='stylesheet' href='http://candylogue.net/shared/css/macmozilla3.css' type='text/css' />");
		}
		if (navigator.userAgent.indexOf("Opera") != -1) {
			document.write("<link rel='stylesheet' href='http://candylogue.net/shared/css/macopera.css' type='text/css' />");
		}
	}
	if (navigator.appVersion.indexOf("Windows") != -1) {
		if (navigator.userAgent.indexOf("MSIE") != -1) {
			document.write("<link rel='stylesheet' href='http://candylogue.net/shared/css/winie.css' type='text/css' />");
		}
		if (navigator.userAgent.indexOf("Firefox") != -1) {
			document.write("<link rel='stylesheet' href='http://candylogue.net/shared/css/winmozilla.css' type='text/css' />");
		}
		if (navigator.userAgent.indexOf("Firefox/3") != -1) {
			document.write("<link rel='stylesheet' href='http://candylogue.net/shared/css/winmozilla3.css' type='text/css' />");
		}
		if (navigator.userAgent.indexOf("Opera") != -1) {
			document.write("<link rel='stylesheet' href='http://candylogue.net/shared/css/winopera.css' type='text/css' />");
		}
		if (navigator.userAgent.indexOf("Safari") != -1) {
			document.write("<link rel='stylesheet' href='http://candylogue.net/shared/css/winsafari.css' type='text/css' />");
		}
	}
// -->
