/* smartclick.de - 17.01.2011 */ 
/* Hilfsfunktionen für CHK Website */

// Konfiguration der Ziel-Mailadresse
var text1 = "info";
var text2 = "chk-modelle";
var text3 = "de";	


	
// Mail Spam Spider Schutz
function writeMail(subj, mailLabel) {	
	mailString = text1  + '@' + text2 + '.' + text3 + subj;
	document.write('<a href="' + 'mailto:' + mailString + '">')
	if(mailLabel=='default') mailLabel = mailString;
	document.write( mailLabel + '</a>');	
}

function writeFormMail() {
	mailString = text1  + '@' + text2 + '.' + text3 + subj;
	document.write(mailString);	
}
