function antispam(){

mailFenster = open("","displayWindow",
	"height=85,width=200");
	mailFenster.moveTo(500,85);
	mailFenster.focus();
	mailFenster.document.open();


	name1="stef";
	name2="an";
	affensch="@";
	domain1="tobic";
	domain2="omic.ch";
	var all=name1+name2+affensch+domain1+domain2;

	mailFenster.document.write("<html><head><title></title></head><body background='images/tobicomic_bg_mailFenster.gif' color='#ffffff'><center><br>&nbsp;"+"<a href='mailto:"+all+"'"+">"+"<font style='font-family:Geneva,Arial,Helvetica;font-size:12px;font-weight:bold;color:656565;text-decoration:none;'>"+all+"</font>"+"</a>"+"</center></body></html>");
	
	
	
}
