Junio 02, 2026
× Foro de cruceros Pullmantur, opiniones, dudas, relatos, comentarios

jose ignacio de Zaragoza

30 May 2008 00:23 #27327 por ignacioypilar
Hola, soy nuevo y viajamos en el Sky Wonder el 21.7. con dos "niñas "de 19 y 15 años y me gustaría contactar con Diego de Cartagena.

joseignacio

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

30 May 2008 12:42 #710410 por mahuguet
Respuesta de mahuguet sobre el tema RE: jose ignacio de Zaragoza
<script type="text/javascript">
var theDay = new Date("sep 03, 2008") //The day has to be in the format Month Day, Year
var DayTill //The string that is going to put all numbers together and make sense.
function countdown()
{
var today = new Date() //Create an Date Object that contains today's date.
var second = Math.floor((theDay.getTime() - today.getTime())/1000)
var minute = Math.floor(second/60) //Devide "second" into 60 to get the minute
var hour = Math.floor(minute/60) //Devide "minute" into 60 to get the hour
var day = Math.floor(hour/24) //Devide "hour" into 60 to get the day
CDay= day //Correct day
CHour= hour % 24 //Correct hour, after devide into 24, the remainder deposits here.
CMinute= minute % 60 //Correct minute, after devide into 60, the remainder deposits here.
CSecond= second % 60 //Correct second, after devide into 60, the remainder deposits here.
DayTill = CDay + " dias, " + CHour + " horas, " + CMinute + " minutos y " + CSecond + " segundos "
//Rewrite the string to the correct information.
document.clock.countdown.value = DayTill //Make the particular form chart become "Daytill"
var counter = setTimeout("countdown()", 1000)
}
//-->
</SCRIPT>

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Tiempo de carga de la página: 0.116 segundos