﻿(function ($) {

    $(document).ready(function () {

        if ($.browser.msie && $.browser.version.substr(0, 1) < 7) {
            DD_belatedPNG.fix(".png_bg,.tl,.tr,.bl,.br");
        }

        $('#pageTools').append('<div id="textResizer"><strong>Text Size:</strong> </div>');
        $('#mainContent #pageTools').append('<a href="javascript:window.print();" id="pagePrint">Print</a>');
        $('#textResizer').changeClass({ levels: 3, addTo: '#body' });

        $('#homePageCycle').cycle();
        /*$('ul#menu li a').mouseover(function () {
        $(this).children('img').animate({ top: '-19px' }, 200);
        }).mouseout(function () {
        $(this).children('img').animate({ top: '-0' }, 200);
        });
        $('ul#menu li.selected a').unbind('mouseover').unbind('mouseout');*/
    });
})(jQuery);

