//
// AntiSpam
//
function AntiSpam( theUser, theDomn, theText )
{
	document.writeln( '<button class="btn" onClick="window.location=\'mailto:' + theUser + '@' + theDomn + '\'">' );
	document.writeln( '\t<div class="btn"><p class="btn" style="line-height: 18px;">' + theText + '</p></div>' );
	document.writeln( '</button>' );
}
