function popup_esp(){
	window.open('../../cartel_esp.html','new_window','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=650,height=500');
	}
function dar_hora(){
	d = new Date()
	hora = d.getHours()
	if (hora < 10) hora = "0"+hora

	minu = d.getMinutes()
	if (minu < 10) minu = "0"+minu

	hora = hora+":"+minu

	return (hora)
}

function poner_derecha(){
	document.write ("<a href='http://www.lavueltajunior.com' target='blank'><img src='../../imagenes/lvj.gif' width=128 height=64 border=0></a><br><br><br><a href='javascript:;' onClick='popup_esp();'><img src='../../imagenes/logoseguridadvial.gif' border=0></a><br><img src='../../imagenes/espectaculo.gif' border=0><br><br><br><br>")
	document.write ("<table width=112 border=0 cellspacing=0 cellpadding=0><tr><td bgcolor='#FFFFFF' align=center><span style='color:#1D1060;font-size:9px'>Official timekeeper</span> <img src='../../imagenes/stevenson.gif' vspace=2 width=112 height=25 border=0></td></tr><tr><td bgcolor='#1D1060' align=center><table width='100%' border=0 cellspacing=1 cellpadding=2><tr><td bgcolor='#FFFFFF' align=center><span style='color:#1D1060;font-size:12px'>")
	document.write (dar_hora())
	document.write ("</span></td></tr></table></td></tr></table><br><br><br><a href='http://www.bme.es/' target='_blank'><img src='../../imagenes/mastercom.gif' width=34 height=29 border=0 alt='Mastercom' /></a>")
}