jQuery(".timeRange").live("click", function() {
	var href = jQuery(this).attr("href");
	jQuery("#topAuthors").empty();
	jQuery("#topAuthors").load(href);
	return false;
});
