﻿$(document).ready(function() {

    /* Mega Dropdown 
    $(".one li").hover(function() {
        $(".one li a").removeClass("emg_select");
        $(this).children().addClass("emg_select");
        $(this).children().next().show();
    }, function() {
        $(this).children().removeClass("emg_select");
        $(this).children().next().hide();
    });
    
    if ($("#ticker").length > 0) {
        $('#ticker').innerfade({
            animationtype: 'fade',
            speed: 'slow',
            timeout: 5000,
            type: 'sequence',
            containerheight: 'auto'
        });
    }*/
    
    
    $('#ctl00_txtsearch').focus(function() { $(this).val(""); });

    $('#barousel_prevnextnav').barousel({
        navType: 2
    });


})
