WebFontConfig = {
    google: { families: [ 'Cantarell' ] }
};

(function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
             '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
 })();

function tulostaMaili(vastaanottaja, domain, tyyli) {
    var style = (tyyli=="") ? " " : " class=\""+tyyli+"\" "; 
    var at = "@";
    document.write("<a"+style+"href=\"mailto:"+vastaanottaja+""+at+""+domain+"\">"+vastaanottaja+""+at+""+domain+"</a>");
}

