


          

















  

  	



      











	


				
  				
     





//<span style="display: none"></span>
 
	var shows = new Array(4);
var show = new Array(8);

show[0] = "High School Musical: Summer Session";
show[1] = "";
show[2] = "Other";
show[3] = "";
show[4] = "";
show[5] = "";
show[6] = "8:00";
show[7] = "9:00";
shows[0] = show;
var show = new Array(8);

show[0] = "Extreme Makeover: Home Edition";
show[1] = "Series";
show[2] = "Reality";
show[3] = "Reality/Other";
show[4] = "";
show[5] = "A pair of teachers with an autistic son hope that Ty and the team\'s renovations can not only make their 100-year-old Maine home a safer environment for their family, but also appease the many ghosts said to haunt its corridors.";
show[6] = "9:00";
show[7] = "10:00";
shows[1] = show;
var show = new Array(8);

show[0] = "Desperate Housewives";
show[1] = "Series";
show[2] = "Drama";
show[3] = "Drama/Other";
show[4] = "";
show[5] = "The residents of Wisteria Lane scurry for cover in their basements, cellars and safe rooms as a powerful and deadly tornado ploughs a path of destruction through their neighborhood, leaving homes and lives in ruins in its wake.";
show[6] = "10:00";
show[7] = "11:00";
shows[2] = show;
var show = new Array(8);

show[0] = "TV-3 News at 11";
show[1] = "News";
show[2] = "News";
show[3] = "News/Other";
show[4] = "";
show[5] = "Local news, sports and weather.";
show[6] = "11:00";
show[7] = "11:30";
shows[3] = show;

function getShowTitle(show){
			return show[0];
	}

function getShowStartTime(show){
			return show[6];
	}

function getShowDescription(show){
			return show[5];
	}
