function email()
{
document.write('tommy.radberg@swipnet.se');
}

function emailhref()
{
location.href='mailto:tommy.radberg@swipnet.se';
return false;
}

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

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

