/**********
NoSpam
***********/

function NoSpam(addy,subj) {
if (addy != "") {
	       document.write ('<a href="mailto:' + addy + '@' + 'faust-peters' + '.de');
	       if (subj != "") {
			document.write ('?subject=' + subj);
	                         }
  		             document.write ('" onFocus="this.blur();">' + addy + '@' + 'faust-peters' + '.de</a>\n');
                    }
}


