//<![CDATA[
$(document).ready(function(){

	$("#sfcaudio1").jPlayer({
		ready: function (event) {
			$(this).jPlayer("setMedia", {
				m4a:"http://www.spartanfighting.com/media/sfc11/sfc11-planet927-butchergodfreycallihan-010612.m4a",
				oga:"http://www.spartanfighting.com/media/sfc11/sfc11-planet927-butchergodfreycallihan-010612.ogg"
			});
		},
		swfPath: "../js",
		supplied: "m4a, oga",
		wmode: "window"
	});
});
//]]>

//<![CDATA[
$(document).ready(function(){

	$("#sfcaudio2").jPlayer({
		ready: function (event) {
			$(this).jPlayer("setMedia", {
				m4a:"http://www.spartanfighting.com/media/sfc11/sfc11-interview-insidersportsline-callihanthomas-011012.m4a",
				oga:"http://www.spartanfighting.com/media/sfc11/sfc11-interview-insidersportsline-callihanthomas-011012.ogg"
			});
		},
		swfPath: "../js",
		supplied: "m4a, oga",
		wmode: "window"
	});
});
//]]>

//<![CDATA[
$(document).ready(function(){

	$("#sfcaudio3").jPlayer({
		ready: function (event) {
			$(this).jPlayer("setMedia", {
				m4a:"http://www.spartanfighting.com/media/sfc12/sfc12-garythomas-interview-012712.m4a",
				oga:"http://www.spartanfighting.com/media/sfc12/sfc12-garythomas-interview-012712.ogg"
			});
		},
		swfPath: "../js",
		supplied: "m4a, oga",
		wmode: "window"
	});
});
//]]>

