$(document).ready(function() {
    if ($.browser.msie && parseInt($.browser.version.substring(0, 1)) < 8) {
        window.location.href = "/ie_browser.php";
        return;
    }

    $("area[rel^='prettyPhoto']").prettyPhoto();
    $(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'light_rounded', autoplay_slideshow: false});
    
});
