function en_tiempo( tiempo, hora_inicio, minutos_inicio, hora_fin, minutos_fin ){
	inicio = hora_inicio * 60 + minutos_inicio;
	fin = hora_fin * 60 + minutos_fin;
	if ( tiempo >= inicio && tiempo <= fin ) return true;
	else return false;
}

function goto_prog( dia ){
	if ( dia == "Monday" ) window.top.mainFrame.document.location = "/paginas/programacion/lunes.htm";
	else if ( dia == "Tuesday" )  window.top.mainFrame.document.location = "/paginas/programacion/martes.htm";
	else if ( dia == "Wednesday" )  window.top.mainFrame.document.location = "/paginas/programacion/miercoles.htm";
	else if ( dia == "Thursday" ) window.top.mainFrame.document.location = "/paginas/programacion/jueves.htm";
	else if ( dia == "Friday" ) window.top.mainFrame.document.location = "/paginas/programacion/viernes.htm";
	else if ( dia == "Saturday" ) window.top.mainFrame.document.location = "/paginas/programacion/sabado.htm";
	else if ( dia == "Sunday" ) window.top.mainFrame.document.location = "/paginas/programacion/domingo.htm";
}

function foto_prog( dia, tiempo ){
	var foto = "";
	if ( dia == "Monday" ){
		if ( en_tiempo( tiempo, 0, 0, 0, 59 ) ) foto="navas.gif";
		if ( en_tiempo( tiempo, 1, 0, 2, 59 ) ) foto="garcia_serrano.gif";
		if ( en_tiempo( tiempo, 3, 0, 5, 59 ) ) foto="ricardo_solis.gif";
		if ( en_tiempo( tiempo, 6, 0, 8, 59 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 9, 0, 11, 54 ) ) foto = "pepe_canaveras.gif";
		if ( en_tiempo( tiempo, 11, 55, 11, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 12, 0, 14, 54 ) ) foto = "andres_caparros.gif";
		if ( en_tiempo( tiempo, 14, 55, 14, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 15, 0, 15, 54 ) ) foto = "r_ghezzi.gif";
		if ( en_tiempo( tiempo, 15, 55, 15, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 16, 0, 16, 29 ) ) foto = "preparacion.gif";
		if ( en_tiempo( tiempo, 16, 30, 16, 59 ) ) foto = "soriano.gif";
		if ( en_tiempo( tiempo, 17, 0, 18, 54 ) ) foto = "andrea.gif";
		if ( en_tiempo( tiempo, 18, 55, 18, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 19, 0, 19, 54 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 19, 55, 19, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 20, 0, 20, 59 ) ) foto = "hector_mar.gif"; 
		if ( en_tiempo( tiempo, 21, 0, 21, 54 ) ) foto = "agustin_castrellote.gif"; 
		if ( en_tiempo( tiempo, 21, 55, 21, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 22, 0, 22, 54 ) ) foto = "v_diges.gif";
		if ( en_tiempo( tiempo, 22, 55, 23, 29 ) ) foto = "c_actualidad.gif";
		if ( en_tiempo( tiempo, 23, 30, 23, 59 ) ) foto = "a_l_r_m.gif";
	} else if ( dia == "Tuesday" )  {
		if ( en_tiempo( tiempo, 0, 0, 0, 54 ) ) foto="a_l_r_m.gif";
		if ( en_tiempo( tiempo, 0, 55, 0, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 1, 0, 2, 29 ) ) foto = "manuel_santos.gif";
		if ( en_tiempo( tiempo, 2, 30, 5, 54 ) ) foto = "ricardo_solis.gif";
		if ( en_tiempo( tiempo, 5, 55, 5, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 6, 0, 8, 59 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 9, 0, 11, 54 ) ) foto = "pepe_canaveras.gif";
		if ( en_tiempo( tiempo, 11, 55, 11, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 12, 0, 14, 54 ) ) foto = "andres_caparros.gif";
		if ( en_tiempo( tiempo, 14, 55, 14, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 15, 0, 15, 54 ) ) foto = "r_ghezzi.gif";
		if ( en_tiempo( tiempo, 15, 55, 15, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 16, 0, 16, 29 ) ) foto = "preparacion.gif";
		if ( en_tiempo( tiempo, 16, 30, 16, 59 ) ) foto = "soriano.gif";
		if ( en_tiempo( tiempo, 17, 0, 18, 54 ) ) foto = "andrea.gif";
		if ( en_tiempo( tiempo, 18, 55, 18, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 19, 0, 19, 54 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 19, 55, 19, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 20, 0, 20, 59 ) ) foto = "hector_mar.gif"; 
		if ( en_tiempo( tiempo, 21, 0, 21, 54 ) ) foto = "agustin_castrellote.gif"; 
		if ( en_tiempo( tiempo, 21, 55, 21, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 22, 0, 22, 54 ) ) foto = "v_diges.gif";
		if ( en_tiempo( tiempo, 22, 55, 23, 29 ) ) foto = "c_actualidad.gif";
		if ( en_tiempo( tiempo, 23, 30, 23, 59 ) ) foto = "a_l_r_m.gif";
	} else if ( dia == "Wednesday" )  {
		if ( en_tiempo( tiempo, 0, 0, 0, 54 ) ) foto="a_l_r_m.gif";
		if ( en_tiempo( tiempo, 0, 55, 0, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 1, 0, 2, 29 ) ) foto = "manuel_santos.gif";
		if ( en_tiempo( tiempo, 2, 30, 5, 54 ) ) foto = "mas.gif";
		if ( en_tiempo( tiempo, 5, 55, 5, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 6, 0, 8, 59 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 9, 0, 11, 54 ) ) foto = "pepe_canaveras.gif";
		if ( en_tiempo( tiempo, 11, 55, 11, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 12, 0, 14, 54 ) ) foto = "andres_caparros.gif";
		if ( en_tiempo( tiempo, 14, 55, 14, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 15, 0, 15, 54 ) ) foto = "r_ghezzi.gif";
		if ( en_tiempo( tiempo, 15, 55, 15, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 16, 0, 16, 29 ) ) foto = "preparacion.gif";
		if ( en_tiempo( tiempo, 16, 30, 16, 59 ) ) foto = "soriano.gif";
		if ( en_tiempo( tiempo, 17, 0, 18, 54 ) ) foto = "andrea.gif";
		if ( en_tiempo( tiempo, 18, 55, 18, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 19, 0, 19, 54 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 19, 55, 19, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 20, 0, 20, 59 ) ) foto = "hector_mar.gif"; 
		if ( en_tiempo( tiempo, 21, 0, 21, 54 ) ) foto = "agustin_castrellote.gif"; 
		if ( en_tiempo( tiempo, 21, 55, 21, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 22, 0, 22, 54 ) ) foto = "v_diges.gif";
		if ( en_tiempo( tiempo, 22, 55, 23, 29 ) ) foto = "c_actualidad.gif";
		if ( en_tiempo( tiempo, 23, 30, 23, 59 ) ) foto = "a_l_r_m.gif";
	} else if ( dia == "Thursday" ) {
		if ( en_tiempo( tiempo, 0, 0, 0, 54 ) ) foto="a_l_r_m.gif";
		if ( en_tiempo( tiempo, 0, 55, 0, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 1, 0, 2, 29 ) ) foto = "manuel_santos.gif";
		if ( en_tiempo( tiempo, 2, 30, 5, 54 ) ) foto = "mas.gif";
		if ( en_tiempo( tiempo, 5, 55, 5, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 6, 0, 8, 59 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 9, 0, 11, 54 ) ) foto = "pepe_canaveras.gif";
		if ( en_tiempo( tiempo, 11, 55, 11, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 12, 0, 14, 54 ) ) foto = "andres_caparros.gif";
		if ( en_tiempo( tiempo, 14, 55, 14, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 15, 0, 15, 54 ) ) foto = "r_ghezzi.gif";
		if ( en_tiempo( tiempo, 15, 55, 15, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 16, 0, 16, 29 ) ) foto = "preparacion.gif";
		if ( en_tiempo( tiempo, 16, 30, 16, 59 ) ) foto = "soriano.gif";
		if ( en_tiempo( tiempo, 17, 0, 18, 54 ) ) foto = "andrea.gif";
		if ( en_tiempo( tiempo, 18, 55, 18, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 19, 0, 19, 54 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 19, 55, 19, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 20, 0, 20, 59 ) ) foto = "hector_mar.gif"; 
		if ( en_tiempo( tiempo, 21, 0, 21, 54 ) ) foto = "agustin_castrellote.gif"; 
		if ( en_tiempo( tiempo, 21, 55, 21, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 22, 0, 22, 54 ) ) foto = "carmen_salas.gif";
		if ( en_tiempo( tiempo, 22, 55, 23, 29 ) ) foto = "c_actualidad.gif";
		if ( en_tiempo( tiempo, 23, 30, 23, 59 ) ) foto = "a_l_r_m.gif";
	} else if ( dia == "Friday" ){
		if ( en_tiempo( tiempo, 0, 0, 0, 54 ) ) foto="a_l_r_m.gif";
		if ( en_tiempo( tiempo, 0, 55, 0, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 1, 0, 2, 29 ) ) foto = "manuel_santos.gif";
		if ( en_tiempo( tiempo, 2, 30, 5, 54 ) ) foto = "mas.gif";
		if ( en_tiempo( tiempo, 5, 55, 5, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 6, 0, 8, 59 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 9, 0, 11, 54 ) ) foto = "pepe_canaveras.gif";
		if ( en_tiempo( tiempo, 11, 55, 11, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 12, 0, 14, 54 ) ) foto = "andres_caparros.gif";
		if ( en_tiempo( tiempo, 14, 55, 14, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 15, 0, 15, 54 ) ) foto = "r_ghezzi.gif";
		if ( en_tiempo( tiempo, 15, 55, 15, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 16, 0, 16, 29 ) ) foto = "preparacion.gif";
		if ( en_tiempo( tiempo, 16, 30, 16, 59 ) ) foto = "soriano.gif";
		if ( en_tiempo( tiempo, 17, 0, 18, 54 ) ) foto = "andrea.gif";
		if ( en_tiempo( tiempo, 18, 55, 18, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 19, 0, 19, 54 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 19, 55, 19, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 20, 0, 20, 59 ) ) foto = "hector_mar.gif"; 
		if ( en_tiempo( tiempo, 21, 0, 21, 54 ) ) foto = "agustin_castrellote.gif"; 
		if ( en_tiempo( tiempo, 21, 55, 21, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 22, 0, 22, 54 ) ) foto = "c_salas.gif";
		if ( en_tiempo( tiempo, 22, 55, 22, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 23, 0, 23, 54 ) ) foto = "m_e_roldan.gif";
		if ( en_tiempo( tiempo, 23, 55, 23, 59 ) ) foto = "castro_villacanas.gif";
	} else if ( dia == "Saturday" ){
		if ( en_tiempo( tiempo, 0, 0, 0, 54 ) ) foto="a_l_r_m.gif";
		if ( en_tiempo( tiempo, 0, 55, 0, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 1, 0, 2, 29 ) ) foto = "manuel_santos.gif";
		if ( en_tiempo( tiempo, 2, 30, 5, 54 ) ) foto = "mas.gif";
		if ( en_tiempo( tiempo, 5, 55, 5, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 6, 0, 12, 54 ) ) foto = "toda_una_vida.gif";
		if ( en_tiempo( tiempo, 12, 55, 12, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 13, 0, 13, 54 ) ) foto = "manuel_gomez.gif";
		if ( en_tiempo( tiempo, 13, 55, 13, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 14, 0, 14, 54 ) ) foto = "alexia.cue.gif";
		if ( en_tiempo( tiempo, 14, 55, 14, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 15, 0, 15, 54 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 15, 55, 15, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 16, 0, 17, 54 ) ) foto = "garcia_serrano.gif";
		if ( en_tiempo( tiempo, 17, 55, 17, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 18, 0, 18, 54 ) ) foto = "navas.gif";
		if ( en_tiempo( tiempo, 18, 55, 18, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 19, 0, 19, 54 ) ) foto = "rene_serrano.gif";
		if ( en_tiempo( tiempo, 19, 55, 19, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 20, 0, 22, 54 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 22, 55, 22, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 23, 0, 23, 59 ) ) foto = "juana_palma.gif";
	} else if ( dia == "Sunday" ){
		if ( en_tiempo( tiempo, 0, 0, 0, 54 ) ) foto = "juana_palma.gif";
		if ( en_tiempo( tiempo, 0, 55, 2, 59 ) ) foto = "m_ruiz.gif";
		if ( en_tiempo( tiempo, 3, 0, 5, 59 ) ) foto = "noche_especial.gif";
		if ( en_tiempo( tiempo, 6, 0, 7, 59 ) ) foto = "camino.gif";
		if ( en_tiempo( tiempo, 8, 0, 8, 59 ) ) foto = "asuncion.gif";
		if ( en_tiempo( tiempo, 9, 0, 12, 54 ) ) foto = "e_garcia.gif";
		if ( en_tiempo( tiempo, 12, 55, 12, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 13, 0, 15, 29 ) ) foto = "vida_mayores.gif";
		if ( en_tiempo( tiempo, 15, 30, 15, 59 ) ) foto = "ernesto.gif";
		if ( en_tiempo( tiempo, 16, 0, 16, 54 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 16, 55, 20, 54 ) ) foto = "radio_inter.gif";
		if ( en_tiempo( tiempo, 20, 55, 20, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 21, 0, 21, 54 ) ) foto = "hector_jaime.gif";
		if ( en_tiempo( tiempo, 21, 55, 21, 59 ) ) foto = "castro_villacanas.gif";
		if ( en_tiempo( tiempo, 22, 0, 23, 54 ) ) foto = "sobre_mesa.gif";
		if ( en_tiempo( tiempo, 23, 55, 23, 59 ) ) foto = "castro_villacanas.gif";
	}
	return foto;
}
