
//  JavaScript function written by invenet

if(document.all) {
    document.write("<LINK Href='css/styles.ie.css' Rel='stylesheet' Type='text/css'>");
} else {
    document.write("<LINK Href='css/styles.nn.css' Rel='stylesheet' Type='text/css'>");
}
