

// ***** Enter Information Here *****


var this_weeks_date = 'Mar. 5th, 2010';
var this_weeks_url = 'http://archive.kpft.org/mp3/100305_210001prison.MP3';

var last_weeks_date = 'Feb. 26th, 2010';
var last_weeks_url = 'http://archive.kpft.org/mp3/100226_210001prison.MP3';


// ***** Don't Change Anything Else *****


// ***** This Week's Show *****


function date_this_week() {
  document.write(this_weeks_date);
}


function real_this_week() {

  document.write('<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="375" height="34">\n');
  document.write('<param name="src" value="' + this_weeks_url + '">\n');
  document.write('<param name="console" value="ThisWeek">\n');
  document.write('<param name="controls" value="ControlPanel">\n');
  document.write('<param name="autostart" value="false">\n');
  document.write('<param name="loop" value="false">\n');
  document.write('<embed width="375" height="34" src="' + this_weeks_url + '" console="ThisWeek" autostart="false" loop="false" nojava="true" controls="ControlPanel" type="audio/x-pn-realaudio-plugin"></embed>\n');
  document.write('</object>\n');

  document.write('<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="375" height="34">\n');
  document.write('<param name="src" value="' + this_weeks_url + '">\n');
  document.write('<param name="console" value="ThisWeek">\n');
  document.write('<param name="controls" value="StatusBar">\n');
  document.write('<param name="autostart" value="false">\n');
  document.write('<param name="loop" value="false">\n');
  document.write('<embed width="375" height="34" src="' + this_weeks_url + '" console="ThisWeek" autostart="false" loop="false" nojava="true" controls="StatusBar" type="audio/x-pn-realaudio-plugin"></embed>\n');
  document.write('</object>\n');

}


function odeo_this_week() {

  document.write('<embed src="http://www.odeo.com/flash/audio_player_standard_gray.swf" quality="high" width="300" height="52" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars="valid_sample_rate=true&external_url=' + this_weeks_url + '" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>\n');

}


// ***** Last Week's Show *****


function date_last_week() {
  document.write(last_weeks_date);
}


function real_last_week() {

  document.write('<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="375" height="34">\n');
  document.write('<param name="src" value="' + last_weeks_url + '">\n');
  document.write('<param name="console" value="ThisWeek">\n');
  document.write('<param name="controls" value="ControlPanel">\n');
  document.write('<param name="autostart" value="false">\n');
  document.write('<param name="loop" value="false">\n');
  document.write('<embed width="375" height="34" src="' + last_weeks_url + '" console="ThisWeek" autostart="false" loop="false" nojava="true" controls="ControlPanel" type="audio/x-pn-realaudio-plugin"></embed>\n');
  document.write('</object>\n');

  document.write('<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="375" height="34">\n');
  document.write('<param name="src" value="' + last_weeks_url + '">\n');
  document.write('<param name="console" value="ThisWeek">\n');
  document.write('<param name="controls" value="StatusBar">\n');
  document.write('<param name="autostart" value="false">\n');
  document.write('<param name="loop" value="false">\n');
  document.write('<embed width="375" height="34" src="' + last_weeks_url + '" console="ThisWeek" autostart="false" loop="false" nojava="true" controls="StatusBar" type="audio/x-pn-realaudio-plugin"></embed>\n');
  document.write('</object>\n');

}


function odeo_last_week() {

  document.write('<embed src="http://www.odeo.com/flash/audio_player_standard_gray.swf" quality="high" width="300" height="52" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars="valid_sample_rate=true&external_url=' + last_weeks_url + '" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>\n');

}

