
//alert("Sie befinden sich auf dem Host " + window.location.hostname);

//alert('http://www.frische-kinderkunst.de/');

//if (window.location.hostname = 'http://www.frische-kinderkunst.de/start.html') {window.location.href = 'http://www.frische-kinderkunst.de/';}
if (window.location.hostname != 'www.frische-kinderkunst.de') {window.location.href = 'http://www.frische-kinderkunst.de/';}


if (document.layers) {navigator.family = "nn4"}
if (document.all) {navigator.family = "ie4"}
if (window.navigator.userAgent.toLowerCase().match(/gecko/)) {navigator.family = "gecko"}
if (window.navigator.userAgent.toLowerCase().indexOf('opera') != -1) {navigator.family	= 'opera';}
if (window.navigator.userAgent.toLowerCase().indexOf('firefox') != -1) {navigator.family	= 'firef';}



function goto_k(seite){
//	window.location.href = 'http://www.kinderkunst.de/'+seite+'.html';
	window.location.href = 'http://www.frische-kinderkunst.de/'+seite+'.html';
//	window.location.href = 'http://kinderkunst.sys-box.de/'+seite+'.html';
//	window.location.href = 'http://kinderkunst.sys-box.de/kinderkunst/'+seite+'.html';
}


function fenster_a(seite,titel) {
  Fenster1 = window.open(seite, titel, "width=800,height=600,left=100,top=200,resizable=yes");
  Fenster1.focus();
}

