function getElementsByClassName(classNameValue)
{
	return getElementsByAttribute('class', classNameValue);
	//return getElementsByAttribute('class', classNameValue, "*", null);  //ATTEMTP for NON-prototype version of getElementsByAttribute
}