﻿///<reference path="/Scripts/jquery-1.4.1-vsdoc.js" />

jQuery(function () {
//    jQuery("#sagemenu").mouseenter(function () {
//        jQuery("#logo_wrapper").stop().animate({ opacity: 0.2 }, "fast", "swing");
//    }).mouseleave(function () {
//        jQuery("#logo_wrapper").stop().animate({ opacity: 1.0 }, "fast", "swing");
//    }); ;
});
