
$(document).ready(function(){
    
    if ($('img.fadeIt').length) {
    	$('img.fadeIt').fadeTo("fast", 0.17);
    }

});