function changeColor()
{
	$('#feature').animate({ backgroundColor: "black" }, 1000);
}
