$(window).load(function () {
    if($("body.home").length > 0 && $(".todesanzeige").length > 0) {
        Shadowbox.init({
            skipSetup: true,
        });

        Shadowbox.open({
            link: $(".todesanzeige a"),
            content: $(".todesanzeige a").attr("href"),
            title: $(".todesanzeige a").attr("title"),
            player: "img"
        });
    }
});
