var target_offset = $("#comehere").offset();
var target_top = target_offset.top;
$('html, body').animate({scrollTop:target_top}, 2500);
