// DEFINE VIDEOS FOR TV DISPLAY (RLC) FORMAT = Station Name, Station ID var station_info = new Array(); count = 0; count++; station_info[count] = "SLOW JAMS,142271"; count++; station_info[count] = "ELECTRIC,31871"; count++; station_info[count] = "HIP HOP/R&B,293191"; // alert("Loaded: Stations For Music Player");