

// default style sheet
var css = "<LINK rel='stylesheet' type='text/css' href='http://www.thesandwitch.com/css/swstyles.css'>";


//netscape4
if((navigator.userAgent.indexOf("Win")>-1) && (document.layers)) {
        css = "<LINK REL='stylesheet' TYPE='text/css' HREF='http://www.thesandwitch.com/css/swstyles.css'>";
}

//netscape4
if((navigator.userAgent.indexOf("Mac")>-1) && (document.layers)) {
        css = "<LINK REL='stylesheet' TYPE='text/css' HREF='http://www.thesandwitch.com/css/swstyles.css'>";
}

//explorer5 on macintosh
if((navigator.userAgent.indexOf("Mac")>-1) && (navigator.appName == "Microsoft Internet Explorer") && (navigator.userAgent.indexOf("MSIE 5")>-1)){
        css = "<LINK REL='stylesheet' TYPE='text/css' HREF='http://www.thesandwitch.com/css/iemac.css'>";
}

document.write(css);




