function animateArrow(obj)
{
	obj.className = 'animated-arrow';
}

function makeArrowStatic(obj)
{
	obj.className = '';
}
