
<!-- Hide code from older browsers


//
// send email avoiding loads of spam
//
function mailme() {
var name = "mail";
var domain = "thenailboutik.co.uk";
var fulldomain = "thenailboutik.co.uk?subject=Online Customer Enquiry";
document.write('<font color=\"#FFFFFF\""><a href=\"mailto:' + name + '@' + fulldomain + '\">');
document.write(name + '@' + domain + '</a></font>');
}



// Stop hiding code -->




