				function change_video(id) {
				swfobject.embedSWF("http://player.videojuicer.com/bootstrap.swf", "videoblog", "622", "350", "7.0.0", "", { seed_name: "pokerstars", presentation_id: id },{ wmode: "transparent", allowscriptaccess: "always", name: "player", allowFullScreen: "true" });
				}
				
				

var myTable=new xmlTable;
function ShowHide(a){
if(a=="select"){}
else{
  xmlFileName="http://thebiggame.pokerstars.net/episodes/scheduleusa.xml";
  myTable.Headers=new Array("STATE","LOCAL TIME PERIOD","AFFILIATE");
  myTable.Fields=new Array("state","time","station");
  myTable.FieldFormat=new Array("text","text","text")
  myTable.rowName="state";
  myTable.rowFilter=a;
  myTable.rowFilterField="0";
  myTable.rowFilterEmpty="Sorry, this is currently not being aired in your state."
  myTable.cssClass="schedule_table";
  myTable.tableProperties='width="90%"';
  myTable.divID="divTimes";
  loadXML(xmlFileName);}
};

function ShowHideCanada(a){
if(a=="select"){}
else{
  xmlFileName="http://thebiggame.pokerstars.net/episodes/schedulecanada.xml";
  myTable.Headers=new Array("STATE","LOCAL TIME PERIOD","AFFILIATE");
  myTable.Fields=new Array("state","time","station");
  myTable.FieldFormat=new Array("text","text","text")
  myTable.rowName="state";
  myTable.rowFilter=a;
  myTable.rowFilterField="0";
  myTable.rowFilterEmpty="Sorry, this is currently not being aired in your state."
  myTable.cssClass="schedule_table";
  myTable.tableProperties='width="90%"';
  myTable.divID="divTimes";
  loadXML(xmlFileName);}
};


function fileLoaded(){ makeTable(myTable);}
