function TalkShowItem( show_id, show_name, station_id, station_name, epoch_start_time, duration_minutes, genre, city, state, reliability, speed)
{
this.show_id = show_id;
this.show_name = show_name;
this.station_id = station_id;
this.station_name = station_name;
this.epoch_start_time = epoch_start_time;
this.duration_minutes = duration_minutes;
this.genre = genre;
this.city = city;
this.state = state;
this.reliability = reliability;
this.speed = speed;
}
var livenow_data = new Array();
var onlater_data = new Array();
livenow_data[livenow_data.length] = new TalkShowItem( "#show_content_object_id#", "#show_tl_title#", "#station_content_object_id#", "#host_name#", "#epoch_start_time#", "#duration_minutes#", "#genre_name#", "#tl_city_name#", "#tl_state_province#", "#qos_rating#", "#bitrate#" );
total_results = "";