-->
//Dieser schript funktioniert!//
var Datum = new Date();
var Y = Datum.getYear() +1900;
var C = Math.floor(Y/100);
var N = Y - 19*Math.floor(Y/19);
var K = Math.floor((C - 17)/25);
var I = C - Math.floor(C/4) - Math.floor((C - K)/3) + 19*N + 15;
I = I - 30*Math.floor((I/30));
I = I - Math.floor(I/29)*(1 - Math.floor(I/29)*Math.floor(30/(I + 1))*Math.floor((21 - N)/11));
var J = Y + Math.floor(Y/4) + I + 2 - C + Math.floor(C/4);
J = J - 7*Math.floor(J/7);
var L = I - J;
var M = 3 + Math.floor((L + 40)/44);
var D = L + 28 - 31*Math.floor(M/4);


var A = D + ". " + M + ". " + Y;

// Zieladresse festlegen
var ZielAdresse = "festagsseiten/eastern.html"

var Zeit = new Date;
var Datum = Zeit.getDate() + ". " + (Zeit.getMonth() + 1) + ". " + Y;

if (Datum == A)
 {
document.location.href = ZielAdresse
}


//Dieser schript funktioniert!//
var Datum = new Date();
var Y = Datum.getYear() +1900;
var C = Math.floor(Y/100);
var N = Y - 19*Math.floor(Y/19);
var K = Math.floor((C - 17)/25);
var I = C - Math.floor(C/4) - Math.floor((C - K)/3) + 19*N + 15;
I = I - 30*Math.floor((I/30));
I = I - Math.floor(I/29)*(1 - Math.floor(I/29)*Math.floor(30/(I + 1))*Math.floor((21 - N)/11));
var J = Y + Math.floor(Y/4) + I + 2 - C + Math.floor(C/4);
J = J - 7*Math.floor(J/7) -1;
var L = I - J;
var M = 3 + Math.floor((L + 40)/44);
var D = L + 28 - 31*Math.floor(M/4);


var A = D + ". " + M + ". " + Y;

// Zieladresse festlegen
var ZielAdresse = "festagsseiten/eastern.html"

var Zeit = new Date;
var Datum = Zeit.getDate() + ". " + (Zeit.getMonth() + 1) + ". " + Y;
if (Datum == A)
 {
document.location.href = ZielAdresse
}

-->
