// Spamprotect - skyddar emailadress
function spamprotect(user, show)
{
	document.write('<a href="mailto:' + user + '@tritech.se' +'">' + show + '</a>');
}
