var mac = navigator.appVersion.indexOf("Mac")>-1
var opera = navigator.userAgent.indexOf("Opera")>-1
if (navigator.appName == "Netscape" && parseFloat(navigator.appVersion) < 5.00 && !mac){
document.write ("<link rel='stylesheet'href='../scriptz/navn.css'type='text/css'>")
} else {
document.write ("<link rel='stylesheet'href='../scriptz/nave.css'type='text/css'>")
}

//Don't delete the following script-embedding UNLESS a new system is in place that includes jQuery.
//This script was added here in order to avoid having to try a global replace in thousands of individual htm files.
//  THis particular script seems to be universally included, which is why it was chosen to be the trojan horse to insert jQuery.

document.write("<script src='http://www.banderasnews.com/scriptz/jquery-1.6.1.min.js' type='text/javascript'></script>");
