﻿$j(document).ready(function() {
    $j('#imgProgramma').hover(
        function() {
            $j(this).attr('src', ImgPath + 'bot_programma2011_up.gif');
            //alert('qui')
        },
        function() {
            $j(this).attr('src', ImgPath + 'bot_programma2011_dn.gif');
        }
    );
});
