// JavaScript Document
$(function() {
			$("#rss").jFeedMixer({
				feeds: [
				        'http://2-ki.seesaa.net/index.rdf'
				],
				countPerFeed: 3,
				countLimit: 3,
				feedFormat: 'http://www.2-ki.com/js/feed.jfm.html',
				dateFormat: 'yyyy.mm.dd',
				categorySeparator: ' | ',
				nocache: false
			});
		});
