<!--//Zeigt Datum und Zeit in einem Textfeld an
J = new Date();
st = J.getHours();
mi = J.getMinutes();
se = J.getSeconds();
Z = "" + st;
Z += ((mi < 10) ? ":0" : ":") + mi;
Z += ((se < 10) ? ":0" : ":") + se;
Tg= J.getDate();
Mo= J.getMonth()+1;
Ja= J.getYear();
D= "" + Tg;
D+= ((Mo<10) ? ".0" : ".") + Mo;
D+= "." + Ja;
D = D +"  /  " + Z;


if (Mo>11 && Mo<13) {
	if (Tg>15 && Tg<27) {
	window.open("../../script/seite/weihnacht.html","Weihnacht","height=500,width=500,left=5,top=5","scrolling=Auto")
	}
}
if (Mo>11 && Mo<13) {
	if (Tg>28 && Tg<32) {
	window.open("../../script/seite/neujahr.html","Neujahr","height=500,width=500,left=10,top=10","scrolling=Auto")
	}
}
if (Mo>0 && Mo<2) {
	if (Tg>0 && Tg<3) {
	window.open("script/seite/neujahr.html","Neujahr","height=500,width=500,left=10,top=10","scrolling=Auto")
	}
}


//  if (Mo>5 && Mo<7) {
//	 if (Tg>0 && Tg<32) {
//	     window.open("../../script/seite/info.html","Info","height=600,width=500,left=10,top=10","scrolling=Auto")
//   }
// } 


function winopen(){
var schnupper;
schnupper=window.open("../../script/seite/schnupper.html","Schnupper","height=600,width=400,left=10,top=10","scrolling=Auto");
schnupper.setTimeout("window.close()",30000);	
//window.open("scripte/seite/schnupper.htm1","NewWindow1","toolbar=no,menubar=no,width=400,height=150")// window.open('2.htm#2','NewWindow2','toolbar=no,menubar=no,width=400,height=150')

}

function winopeninfo(){
var western;
western=window.open("../../script/seite/info.html","Info","height=630,width=500,left=10,top=10","scrolling=Auto");
western.setTimeout("window.close()",30000);	
}


//-->

