$(function() {
$(".fade").css("opacity","0.3");

$(".fade").hover(function () {

$(this).stop().animate({
opacity: 1.0
}, "normal");
},

function () {

$(this).stop().animate({
opacity: 0.3
}, "normal");
});
});

if (document.images)
{
  pic1= new Image(177,48); 
  pic1.src="http://extremewifi.hr/wp-content/themes/extremewifi/images/btn_pogledaj_hov.png"; 
  
}
