$(document).ready(function () {
    $("ul#navigation li").removeAttr('title');
    $("#advertbox_locations a[rel^='prettyPhoto']").attr("href", "/asp_pages/cleaning-east-anglia-map.asp?jq=1&iframe=true&width=100%&height=100%");
     $("a[rel^='prettyPhoto']").prettyPhoto({
        show_title: false,
        social_tools: false,
        overlay_gallery: false,
        theme: 'facebook'
    });
});
