var InformationsAtom = null;

function get_rss() {
	var i = 0;

	try {
		InformationsAtom = (new JKL.ParseXML('http://www.sakamoto-t-clinic.jp/blog/?feed=atom&cat=2')).parse();
	}
	catch (exception) {
		//InformationsAtom = null;
	}
}
