/***************************************************************
*
*          (c) Copyright socialeffect Solutions GmbH
*
*                     www.socialeffect.de
*
*       Individuelle Kommunikations- und Prozesslösungen
*
****************************************************************
*  This copyright notice MUST APPEAR in all copies of the script
***************************************************************/


// Skin Specific JS goes here. The jQuery library has already been loaded by the core templates. So if you use jQuery, you are ready to go.

// Spam Schutz
function obscureAddMid() {
	document.write('&#064;');
}

function obscureAddEnd() {
	document.write('&#46;');
}
