// JavaScript Document
 function emailme() {
        var title = document.title;
        var url = document.location.href;
        var subject = "An Post Museum";
        var bodyText = "I saw this page and thought you might like to see it " + url;

        window.location.href = "mailto:?subject=" + subject + "&body=" + bodyText;

    }
	
Cufon.replace('#mainNav a', { fontFamily: 'stag' });
