function getElementsByClassName(classNameValue)
{
	return getElementsByAttribute('class', classNameValue);
}