
function write_button_37747() {
	document.write('<a title="Listen to station" href="#" onclick="javascript: station_play_37747(undefined,undefined,undefined); return false"><img src="http://dailysplice.com/images/stations/749035c2-2778-102c-857e-0030487d95a0.jpg" border="0" alt="Play Sidney Fire Podcasts"/></a>')
}

write_button_37747();


function station_play_37747(url, ep_id, restrict_to, feed_id) {
   loadurl = 'http://dailysplice.com/sidney-fire-station/play';

   if(typeof(url) != "undefined") {

     loadurl += '?url=' + url;

   } else if(typeof(ep_id) != "undefined") {

     loadurl += '/episode-' + ep_id;

   } else if(typeof(feed_id) != "undefined") {

     loadurl += '/podcast-' + feed_id;     

   } else if(typeof(restrict_to) != "undefined") {

     loadurl += '/only-' + restrict_to;

   } else {


   }

   var pWindow = window.open(loadurl, 'SpliceStation_37747', 'width=728,height=450,resizable=0,scrollbars=0,status=0,location=0,menubar=0,toolbar=0,directories=0,top=300,left=300');
   if(pWindow == null) {
   } else {
      pWindow.focus();
   }
   return pWindow;
}
function station_play(url, ep_id, restrict_to, feed_id) {
  station_play_37747(url, ep_id, restrict_to, feed_id);
}


