﻿$(document).ready(function() {
    $("img.a").hover(
function() {
    $(this).animate({ "opacity": "0" }, "slow");
},
function() {
    $(this).animate({ "opacity": "1" }, "slow");
});

});

document.write('<style type="text/css">');
document.write('div.domtab div{display:inline;}<');
document.write('/s' + 'tyle>');   