// JavaScript Document
function news()
    {
      var URL = "news.html";
      var Name = "News";
      var Fensteroptionen = "toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=1,top=100px,left=350";
      var Breite = 450;
      var Hoehe = 750;

      window.open(URL, 'Name', Fensteroptionen + ',width=' + Breite + ',height=' + Hoehe);
    }

var datum = "23. April 2009";
var year = "2009";
