$(function() { $("a[rel^='prettyPhoto']").prettyPhoto({ overlay_gallery: false, social_tools: false }); }); function checkFrames() { $(function() { if (parent && parent.frames && parent.frames.length == 0) { window.location.href = "/index.php?seite=" + window.location.href; } }); }