﻿
$(document).ready(function() {

    //    $('#masthead1').click(function() { //start function when any link is clicked
    //      // window.location = 'default.aspx';
    //    $('#sponsorslist').animate({
    //        "height": "toggle", "opacity": "toggle"
    //    }, "slow");
    //$('#mydiv').css('opacity',0).fadeIn('slow');
    //    $("mydiv").slideDown("slow");
    //    $("mydiv").fadeIn("slow");
    //}); //close click(

    $('#ctl00_Menu1n5').click(function() {
        $('#sponsorslist').animate({
            "height": "toggle", "opacity": "toggle"
        }, "slow");
        return false;
    }); //close click( 


    $('.tip').cluetip({ splitTitle: '|',
        dropShadow: true,
        tracking: true,
        cursor: 'pointer',
        width: '120px',
        arrows: true,
        cluetipClass: 'jtip'
    });
});




  



