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