<!-- Hide me from jurassic browsers

if (top.location != self.location) {

top.location = self.location
}

if (navigator.appName == "Netscape") {
document.write('<link rel="stylesheet" type="text/css" href="netscape.css">')
}
else {
document.write('<link rel="stylesheet" type="text/css" href="default.css">')
}


// -->