a='@';
b='best'+'of'+'banff';
b=b+'.com';
function mailto(name)
{
document.write('<a href="mailto:'+name+a+b+'">'+name+a+b+'</a>');
}