
function neu()
{
if (nc)
{
if ((Breite_vor_resize!= self.innerWidth)|| (Hoehe_vor_resize!=self.innerHeight)) history.go(0);
}
else history.go(0);
}

window.onresize=neu;


   jetzt = new Date();
  Jahresmonat = jetzt.getMonth();
  tag = jetzt.getDay();
  Tag = jetzt.getDate();
  var Monat = new
  Array("Januar","Februar","M&auml;rz","April","Mai","Juni","Juli","August","September","Oktober (News)","November","Dezember");


var message= new Array()
message[0]="<Font FACE='Wingdings' color='#00ff00'>n</font>&nbsp;&nbsp;Die Eide   | der Ärzte - voller Widersprüche ...|presse03.html#art321"

message[1]="<Font FACE='Wingdings' color='#00ff00'>n</font>&nbsp;&nbsp;Ein Arzt meldet sich zu Wort ... | ...mit Schreiben an Politik/Öffentlichkeit ...|xlinks2.html"

message[2]="<Font FACE='Wingdings' color='#00ff00'>n</font>&nbsp;&nbsp;Nach Prozess | Ermittlungen wegen Urkundenfälschung ...|presse03.html#art320"

message[3]="<Font FACE='Wingdings' color='#00ff00'>n</font>&nbsp;&nbsp;Der MDR stellt | das private Netzwerk vor ... | video.html"

message[4]="<Font FACE='Wingdings' color='#00ff00'>n</font>&nbsp;&nbsp;Unser Forum | Diskutieren Sie zu für uns wichtigen Themen!  |forum.html"


// Scrollerboxh&ouml;he (pixels)
var scrollerheight=85

// Scrollerboxbreite (pixels)
var scrollerwidth=148

// Abstand nach oben (pixels)
var scrollertop=341

// Abstand nach links (pixels)
var scrollerleft=10

// Abstand Scrollerbox und Text (pixels)
var scrollerpadding=0

// Scrollerbox-border (pixels)
var backgroundborder=0

// Hintergrundfarbe Scrollerbox
var scrollerbgcolor="c4c4c4"

// Fontsyte TITEL
var font_titlecolor="000000"


// Fontstyle TEXT
var font_copycolor="d84050"


// Stillstand zwischen den Nachrichten (milliseconds)
var standstillfix=600


var cliptop=0
var clipbottom=scrollerheight-2*scrollerpadding
var clipleft=0
var clipright=scrollerwidth
var i_message=0
var mes_joined
var mes_split
var contenttext
var contentbg
var totalheight=scrollerheight*(message.length)-100
var i_height=0
var step=1
var pause=20
var standstillflex=0

function initiate(){
        contenttext="<table cellpadding=3 cellspacing=0 border=0 width="+(scrollerwidth-2*scrollerpadding)+">"
        contenttext+="<tr valign='top'><td height='"+scrollerheight+"'><br></td></tr>"
        for (i=0;i<=message.length-1;i++) {
            mes_joined=message[i]
            mes_split=mes_joined.split("|")
            contenttext+="<tr valign='top'><td height='"+scrollerheight+"'><a href='"+mes_split[2]+"' target='TEXT'><font color='"+font_titlecolor+"'>"+mes_split[0]+"</font></a><br><font color='"+font_copycolor+"'>"+mes_split[1]+"</font></td></tr>"
        }
        contenttext+="</table>"

contentbg="<table cellpadding=0 cellspacing=0 border=0 width='"+scrollerwidth+"'><tr><td height='"+scrollerheight+"' bgcolor="+scrollerbgcolor+">&nbsp;</td></tr><tr bgcolor=000000><td><font color='#FFFFFF' face=arial>&nbsp;"+Tag +". "+Monat[Jahresmonat] + "</font></td></tr></table>"    

        if (document.all) {
                scrollertext.innerHTML=contenttext
                scrollerbg.innerHTML=contentbg
                document.all.scrollertext.style.posTop=scrollertop
                document.all.scrollertext.style.posLeft=scrollerleft
                document.all.scrollerbg.style.posTop=scrollertop-scrollerpadding
                document.all.scrollerbg.style.posLeft=scrollerleft-scrollerpadding
                document.all.scrollertext.style.clip="rect("+cliptop+" "+clipright+" "+clipbottom+" "+clipleft+")"
        }
        if (document.layers) {
                document.scrollertext.document.write(contenttext)
                document.scrollertext.document.close()
                document.scrollerbg.document.write(contentbg)
                document.scrollerbg.document.close()
                document.scrollertext.top=scrollertop
                document.scrollertext.left=scrollerleft
                document.scrollerbg.top=scrollertop-scrollerpadding
                document.scrollerbg.left=scrollerleft-scrollerpadding
                document.scrollertext.clip.left=clipleft
        document.scrollertext.clip.right=clipright
        document.scrollertext.clip.top=cliptop
        document.scrollertext.clip.bottom=clipbottom
        }
        scroll()
}

function scroll(){

        standstillflex=standstillfix
        if (document.all){
               if (i_height<scrollerheight) {
                        i_height+=step
                        cliptop+=step
                        clipbottom+=step
                        document.all.scrollertext.style.clip="rect("+cliptop+" "+clipright+" "+clipbottom+" "+clipleft+")"
                        document.all.scrollertext.style.posTop-=step
                        var timer=setTimeout("scroll()",pause)
                }

                else {
                        if (document.all.scrollertext.style.posTop<=-(totalheight)) {
                                document.all.scrollertext.style.posTop=scrollertop
                                cliptop=0
                                clipbottom=scrollerheight-2*scrollerpadding
                                document.all.scrollertext.style.clip="rect("+cliptop+" "+clipright+" "+clipbottom+" "+clipleft+")"
                                standstillflex=0
                        }
                        i_height=0
                        clearTimeout(timer)
                        var timer=setTimeout("scroll()",standstillflex)
                }
        }
               if (document.layers){
                        if (i_height<scrollerheight) {
                        i_height+=step
                        cliptop+=step
                        clipbottom+=step
                        document.scrollertext.clip.left=clipleft
                        document.scrollertext.clip.right=clipright
                        document.scrollertext.clip.top=cliptop
                        document.scrollertext.clip.bottom=clipbottom
                        document.scrollertext.top-=step
                        var timer=setTimeout("scroll()",pause)
                        }

                else {
                        if (document.scrollertext.top<=-(totalheight)) {
                        document.scrollertext.top=scrollertop
                        cliptop=0
                        clipbottom=scrollerheight-2*scrollerpadding
                        document.scrollertext.clip.left=clipleft
                        document.scrollertext.clip.right=clipright
                        document.scrollertext.clip.top=cliptop
                        document.scrollertext.clip.bottom=clipbottom
                                standstillflex=0
                        }
                        i_height=0
                        clearTimeout(timer)
                        var timer=setTimeout("scroll()",standstillflex)
                }
        }
}

// CREDITS:
// Simple UpNews Scroller by Urs Dudli and Peter Gehrig
// Copyright (c) 2000 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.com.
// info@24fun.ch
// 3/15/2000



