function email()
{
document.write('boomboomhair@rogers.com');
}

function emailhref()
{
location.href='mailto:boomboomhair@rogers.com';
return false;
}

function fontface()
{
document.write('<font face=Verdana'); 
}

function font_size()
{
document.write(' size=2>'); 
}
