
<!-- comment out the script to hide it from older browsers

// This function creates a robot-proof e-mail link
// Davide Andrea 2008
function mail(user,text){	// Receives the name of the domain, the user
	document.write('<a href="mailto:' + user + '@LiIonBMS.com">' + text + '</a>')
}

//	-->
