//email friend
function EmailLink(){
var sPath = window.location.pathname;
var sPage = sPath.substr(sPath.lastIndexOf('/') + 1);
window.location = "mailto:"+"?subject=Cork Web Design Website" + "&body=" + "This link might interest you: http://www.corkwebdesign.ie"+sPath;
}
