$(document).ready(function() { 

		// mailprotection
		mla='ma'+'il'+'to:';
		mailph='pe'+'ter'; mailph += '@'; mailph += 'hagg'+'strom'+'moller'+'.'+'se';
		mailem='er'+'ik';  mailem += '@'; mailem += 'hagg'+'strom'+'moller'+'.'+'se';
		mailsupport='su'+'pp'+'ort';  mailsupport += '@'; mailsupport += 'hagg'+'strom'+'moller'+'.'+'se';

		$("a.mailph").attr('href', mla+mailph) .html(mailph);
		$("a.mailem").attr('href', mla+mailem) .html(mailem);
		$("a.mailsupport").attr('href', mla+mailsupport) .html(mailsupport);
		

});
