﻿//var isIE6 = false;

//if ($.browser.msie && $.browser.version == "6.0") {
        //isIE6 = true;
    //};

    //$(document).ready(function() {

    //if (isIE6) {
            //$('#topnav ul li').mouseover(function() {
                //$(this).addClass('hover');
            //}).mouseout(function() {
                //$(this).removeClass('hover');
            //});
        //}

    //});
