$(document).ready(function () {
    $(function() {        
        $('#dflag a #flage').hover(function(){
            $(this).attr('src','themes/codice_web/ico_esp_luz.png');
        }, function(){
            $(this).attr('src','themes/codice_web/ico_esp.png');
        });
        $('#dflag a #flagi').hover(function(){
            $(this).attr('src','themes/codice_web/ico_ing_luz.png');
        }, function(){
            $(this).attr('src','themes/codice_web/ico_ing.png');
        });              
    });
});
