$("#feedback").click(function()
{
	$("#feedback-area").animate({opacity: 'toggle'}, 300);
});
