// Copyright 2003, scalp.de
// this code may be reproduced as long as the above copyright notice is maintained.

	
	// aufruf ueber: javascript:noSpam('info','apple.de','betreff');
	function noSpam(user,domain,topic) {
		locationstring = "mailto:" + user + "@" + domain + "?subject=" + topic;
		window.location = locationstring;
	}
// --- peace out ---
