// JavaScript Document
<!--
function encAddr(value) {
		if(value == 'one') {
			var tg='<';
			var name='fiat500.fischer';
			var at='&#x040;';
			var host1='t';
			var host2='-online.de';
			var text='fiat500.fischer@t-online.de';
		}else{
			var tg='<';
			var name='info';
			var at='&#x040;';
			var host1='e';
			var host2='nfants.de';
		}

		var text=name+at+host1+host2;
		document.write(tg+'a hr'+'ef=mai'+'lto:'+name);
		document.write(at+host1+host2+'>'+text+tg+'/a>');
	}
-->