if (navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="MacPPC") {
    document.write('<LINK rel="stylesheet" type="text/css" href="/css/podcast/macie.css">'); 
}
else
{
    if (navigator.appName=="Netscape" && navigator.platform=="MacPPC") {
        document.write('<LINK rel="stylesheet" type="text/css" href="/css/podcast/macns.css">');
    }
    else if (navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="Win32") {
        document.write('<LINK rel="stylesheet" type="text/css" href="/css/podcast/winie.css">');
    }
    else if (navigator.appName=="Netscape" && navigator.platform=="Win32") {
        document.write('<LINK rel="stylesheet" type="text/css" href="/css/podcast/winns.css">');
    }
    else {
		document.write('<LINK rel="stylesheet" type="text/css" href="/css/podcast/def.css">');
    }
}
