var css_norm = "http://radio.weblogs.com/0108102/styles/eo-style.css";
var css_IE5_mac = "http://radio.weblogs.com/0108102/styles/eo-style-iemac.css";
		
if(is.mac && is.ie5up)
{
	document.write("<link rel='stylesheet' href='" + css_IE5_mac + "' type='text/css' />");
}
else if (is.ie5)
{
	document.write("<link rel='stylesheet' href='" + css_norm + "' type='text/css' />");
}
else if (is.ie55)
{
	document.write("<link rel='stylesheet' href='" + css_norm + "' type='text/css' />");
}
else if (is.ie6up)
{
	document.write("<link rel='stylesheet' href='" + css_norm + "' type='text/css' />");
}
else if (is.gecko  || is.opera)
{
	document.write("<link rel='stylesheet' href='" + css_norm + "' type='text/css' />");
}
else
{
	document.write("<link rel='stylesheet' href='" + css_norm + "' type='text/css' />");
}