﻿
function getrss() {
	$("#idBlogInfo").ready(function(){
		$("#idBlogInfo").load("./get_rss.php");
	});
}


