$(document).ready(function() {
	var thisDomain = document.domain;
	AudioPlayer.setup("http://" + thisDomain + "/opmlit/player.swf", {
		/* Format the player by inserting lines here. See http://wpaudioplayer.com/standalone */
		width: 290,
		initialvolume: 80
	});
	$('#opml-haus').opmlit({
		opml : 'http://' + thisDomain + '/freedomain_radio_opml.xml',
		/* uncomment to automatically load a feed on page load
		autoload : 3,
		*/
		url : 'http://' + thisDomain + '/opmlit/opmlit.ashx'
	});
});

