var ablauf = new Date();
var morgen = ablauf.getTime() + (1 * 24 * 60 * 60 * 1000);
ablauf.setTime(morgen);

var saved = "-1";
document.cookie = "oput.net - Sind Sie sicher?";
document.cookie = "Name=oput.net ; expires=" + ablauf.toGMTString();
saved = document.cookie;
cookieablauf = ablauf.toGMTString();


function Fensterweite()
{
 if (window.innerWidth) return window.innerWidth;
 else if (document.body && document.body.offsetWidth) return document.body.offsetWidth;
 else return 0;
}

function Fensterhoehe()
{
 if (window.innerHeight) return window.innerHeight;
 else if (document.body && document.body.offsetHeight) return document.body.offsetHeight;
 else return 0;
}

Weite = Fensterweite();
Hoehe = Fensterhoehe();
