// force no-cache on ajax requests

	$.ajaxSetup ({
	    // Disable caching of AJAX responses */
	    cache: false
	});
	

$(document).ready(function(){
	$("#top_ten").load("topten/topten.html #top_ten");
});
