function cycleClass(object,other_class)
{
	object.className = other_class;
}
