

<!---

function is_msie() {
return (navigator.appName == "Microsoft Internet Explorer");
}

function Framing()
{
if (this.document == top.document ||
top.location.host != this.location.host) {
var pathprefix = location.protocol + '//'
+ location.host
+ location.pathname.substring(0,
location.pathname.lastIndexOf('/')+1);

var doctitle = document.title;
document.clear();
document.open("text/html");
document.writeln('<html>\n<head><title>'+doctitle+
'</title></head>');
document.writeln('<frameset cols="195,*" framespacing="0" border="0" frameborder="O" noresize>'+
'<frame src="index_l2.html" name=inhalt scrolling="no" noresize>'+
'<frame src="'+top.location.href+'" name=content >'+
'</frameset></html>');
document.close();
return true;
}
return false;
}

function msieFraming() {
if (is_msie()) {
if (Framing()) {
window.setTimeout('top.frames["content"].location.href = '+
'"'+top.location.href+'";',10);
}
}
}

function netscFraming() {
if (!is_msie()) Framing();
}

msieFraming();
// --->

<!-- Hide from JavaScript-Impaired Browsers
function initArray() {
 for(i=0;i<initArray.arguments.length; i++)
  this[i] = initArray.arguments[i];
}
var isnMonths=new initArray("Januar","Februar","März","April","Mai","Juni","July","August","September","Oktober","November","Dezember");
var isnDays= new initArray("Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","Sonntag");
today=new Date();
var stnr="";
var a="";
// End Hiding -->
