/**
 * @author scene
 */
var ListTopReceiver = Class.create();
ListTopReceiver.prototype = {
	initialize: function() {
	},
	on_jump_to_top: function(lat, lng) {
		window.location.href = '/lookup?t=1&s=15&lat=' + lat + '&lng=' + lng;
	}
}
