/* MS InternetExplorer haette's gerne anders - wie immer ;-) */

/* raus wg. lokaler Konfiguration */
if (window.ActiveXObject) {
  if (document.documentElement && typeof document.documentElement.style.maxHeight!="undefined") {
  /* IE7 ist doch nicht ganz so bloede, detect vgl. z.B.: http://www.javascriptkit.com/javatutors/objdetect3.shtml */
    tickleft = 177;
    ticktop = 210;
  } else {
    tickleft = 0;
    ticktop= 20;
  }
} else {
  tickleft = 177;
  ticktop = 210;
}

tickwidth = 466;
tickheight = 240;
/* img: 456x310 */

// Newsticker
onload = init;
function init() {ticker.activate()}
ticker = new NewsTicker(tickleft,ticktop,tickwidth,tickheight);
var i0 = '<div class="tick" style="padding-right:30px"><span class="ticktitle">Minibib - Das Bücherbüdchen im Park</span><small><a href="/fb9/aktuelles/newsticker/359439.html" class="ticklink"> [mehr&nbsp;dazu&nbsp;...]&nbsp;<img src="/stylesheets/stylegraphics/intlink.gif" class="button dontprint" alt="" /></a></small></div>'
ticker.addItem(i0)
var i1 = '<div class="tick" style="padding-right:30px"><span class="ticktitle">Bachelorverleihung</span><small><a href="/fb9/aktuelles/newsticker/352704.html" class="ticklink"> [mehr&nbsp;dazu&nbsp;...]&nbsp;<img src="/stylesheets/stylegraphics/intlink.gif" class="button dontprint" alt="" /></a></small></div>'
ticker.addItem(i1)
var i2 = '<div class="tick" style="padding-right:30px"><span class="ticktitle">Fakultät II: Bildung · Architektur · Künste</span><small><a href="/fb9/aktuelles/newsticker/349776.html" class="ticklink"> [mehr&nbsp;dazu&nbsp;...]&nbsp;<img src="/stylesheets/stylegraphics/intlink.gif" class="button dontprint" alt="" /></a></small></div>'
ticker.addItem(i2)
ticker.build();
writeCSS(ticker.css);

document.write(ticker.div)


