document.write('<form name="horario">');
document.write('<input class="fecha" style="top:16px;background-color: #717879; color: #e6e8fa; border-style: none; border-color: none;left:')
document.write(posHora)
document.write('px" type="text" name="fecha" value="" size="40" onFocus="document.horario.fecha.blur()">');
document.write('<input class="fecha" style="top:16px;background-color: #717879; color: #e6e8fa; border-style: none; border-color: none;left:')
document.write(posFecha)
document.write('px" type="text" name="showTime" value="" size="8" onFocus="document.horario.showTime.blur()">');
document.write('</form>');
if(top.location!=location) {
	top.location="index.html";
	}