/*
Site: http://www.dynamicphysiotherapy.ie
*/
function spam_free(name, domain) {
    document.location = "mailto:" + name + "@" + domain;
}
