var name = "paypal";
var address = "bgolden";
var typ = "com";
var link = "Online Payment";
function protectmail() {
document.write('<a target="_blank" href="http://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=' + name + '@' + address + '.' + typ + '&item_name=Piano Services&shipping=0&tax=0"' + '> <font face="Arial" size="3" color="#FF0000">' + link + '</font></a>');
}