Bald ist es soweit – der Countdown läuft !!!

var end = new Date(‚July 29, 2010 10:00:00‘);
function toSt2(n) {
var s = “;
if (n < 10) s += '0';
return (s + n).toString();
}
function toSt3(n) {
var s = '';
if (n < 10) s += '00';
else if (n 0) {
var miliseconds = toSt3(count%1000); count = Math.floor(count/1000);
var seconds = toSt2(count%60); count = Math.floor(count/60);
var minutes = toSt2(count%60); count = Math.floor(count/60);
var hours = toSt2(count%24); count = Math.floor(count/24);
var days = count;
document.getElementById(‚zeile1‘).innerHTML = days + ‚ TAGE‘;
document.getElementById(‚zeile2‘).innerHTML = hours + ‚ Std ‚ + minutes+ ‚min ‚ + seconds + ’sec ‚
setTimeout(‚countdown()‘, 100);
}
}

#zeile1 {
color: #09c;
font-family: Trebuchet MS;
font-weight: bold;
font-size: 30px;
}

#zeile2 {
color: #9d0a0f;
font-family: Trebuchet MS;
font-weight: bold;
font-size: 24px;
}

#zeile3 {
color: #000;
font-family: Trebuchet MS;
font-size: 14;
}



dann gehts auf das BuLa 2010 !!!

Langsam geht es an’s Packen, wenn du dabei Hilfe brauchst, dann findest du eine Gepäckliste in unserem Downloadbereich. Ganz wichtig: vergisst nicht dein Bettlaken und ein unbedrucktes weißes T-Shirt !

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert