﻿$(document).ready(function() {

    $('#Header #HeaderSub .Gallery a').attr('href', $('#Header #GalleryItems li:eq(1) a').attr('href'));
    $('#Header #HeaderSub .Gallery a').attr('title', $('#Header #GalleryItems li:eq(1) a').attr('title'));

    $('a.popup').fancybox();
    try {
        var point = new GLatLng(53.709161, -1.726195);
        map.addOverlay(new GMarker(point));
    }
    catch (err) {
        //Handle errors here
    }
});


