$(function(){
    $(".interior img, .fullpage img, .home img").load(function(){
        $(this).fadeIn();
    });
});

