$(function() {
		   
	setInterval(function(){$("#imageContainer").find(":first-child").fadeOut("slow").next('img').fadeIn("slow").end().appendTo('#imageContainer');},5000);

	$('#whatsnewFeed').jFeedMixer({
		feeds:["http://www.athena-ah.net/information/feed/"],
		countPerFeed: 10,
		countLimit: 20,
		feedFormat: 'js/whatnew.jfm.html',
		dateFormat: 'yyyy/mm/dd',
		nocache: false
	});
/*
	$('#feeds').jFeedMixer({
		feeds: [
		"http://www.athena-ah.net/hospitals/ariosapporo/information/feed/",
		"http://www.athena-ah.net/hospitals/yono/information/feed/",
		"http://www.athena-ah.net/hospitals/urawamisono/information/feed/",
		"http://www.athena-ah.net/hospitals/hanyu/information/feed/",
		"http://www.athena-ah.net/hospitals/lalaportshinmisato/information/feed/",
		"http://www.athena-ah.net/hospitals/peonywalkhigashimatsuyama/information/feed/",
		"http://www.athena-ah.net/hospitals/kashiwa/information/feed/",
		"http://www.athena-ah.net/hospitals/inagekaigan/information/feed/",
		"http://www.athena-ah.net/hospitals/chiharadai/information/feed/",
		"http://www.athena-ah.net/hospitals/akasaka/information/feed/",
		"http://www.athena-ah.net/hospitals/oume/information/feed/",
		"http://www.athena-ah.net/hospitals/kameido/information/feed/",
		"http://www.athena-ah.net/hospitals/nishiarai/information/feed/",
		"http://www.athena-ah.net/hospitals/hinode/information/feed/",
		"http://www.athena-ah.net/hospitals/aobadai/information/feed/",
		"http://www.athena-ah.net/hospitals/sagamihara/information/feed/",
		"http://www.athena-ah.net/hospitals/nagoyadomemae/information/feed/",
		"http://www.athena-ah.net/hospitals/hillswalktokushige/information/feed/",
		"http://www.athena-ah.net/hospitals/atsuta/information/feed/",
		"http://www.athena-ah.net/hospitals/iryoucenter/information/feed/",
		"http://www.athena-ah.net/hospitals/chikusa/information/feed/",
		"http://www.athena-ah.net/hospitals/kuwana/information/feed/",
		"http://www.athena-ah.net/hospitals/takanohara/information/feed/",
		"http://www.athena-ah.net/hospitals/aeonmallkyoto/information/feed/",
		"http://www.athena-ah.net/hospitals/aeondainichi/information/feed/",
		"http://www.athena-ah.net/hospitals/otori/information/feed/",
		"http://www.athena-ah.net/hospitals/akashi/information/feed/"
		],
		countPerFeed: 10,
		countLimit: 20,
		feedFormat: 'js/allInfo.jfm.html',
		dateFormat: 'yyyy/mm/dd',
		nocache: true
	});*/
});

