$(document).ready(function() {
	$('html, body').animate({scrollTop: $("#news"+$("#highlight").val()).offset().top }, 1000);
});