var num = Math.random();
$(document).ready(function(){
			$("#top_news").load("/news/top_news.html");
});