function testString(login)
{
	return /[^A-Za-z0-9_ \-\.\,\*\[\]\(\)\!\"\'\#\$\%\+\@\:\=\/]/.test(login);
}
