$(function() {

        $('#imatge_inici').hover(
            function () {
                $(this).attr("src","imatges/inici_qaa_over.jpg");
            },
            function () {
                $(this).attr("src","imatges/inici_qaa.jpg");
            }
        );

        $('#downloadchien').hover(
            function () {
                $(this).attr("src","imatges/download_chien_over.jpg");
            },
            function () {
                $(this).attr("src","imatges/download_chien.jpg");
            }
        );

        $('#logo_magia_roja').hover(
            function () {
                $(this).attr("src","imatges/magia_roja_over.jpg");
            },
            function () {
                $(this).attr("src","imatges/magia_roja.jpg");
            }
        );
			
})
