<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function banner() {
  window.open('http://www.frankendesign.de/selfclose.html','remote','height=1,width=1,left=2000,top=0,toolbar=0,location=0,directories=0,menubar=0,scrollbars=0,reziseable=0');
}

// news ticker function
var newslist=new Array();
var cnt=0;          // current news item
var curr = "";
var i=-1;           // current letter being typed

newslist[0]=new Array("Eine Rufnummer für alle angebundenen Mitfahrzentralen","#")
newslist[1]=new Array("(Vorwahl)- 19440 oder (Vorwahl)- 19 444)","#")
newslist[2]=new Array("Mitfahrzentrale Frankfurt: (069)-19 444 ","#")
newslist[3]=new Array("Mitfahrzentrale München: (089) 19 444","#")
newslist[4]=new Array("Mitfahrzentrale Freiburg: (0761) 19444 ","#")
newslist[5]=new Array("Mitfahrzentrale Dortmund: (0231) 19 440","#")
newslist[6]=new Array("Mitfahrzentrale Dresden: (0351) 19 440","#")
newslist[7]=new Array("Mitfahrzentrale Kiel: (0431) 19 440","#")
newslist[8]=new Array("Mitfahrzentrale Bremen: (0421) 7 20 11","#")
newslist[9]=new Array("Mitfahrzentrale Nürnberg: (0911) 19 440","http://www.mfz-nuernberg.de")
newslist[10]=new Array("Mitfahrzentrale Prag (Praha): +420 2220 75 407-8","#")
newslist[11]=new Array("Mitfahrzentrale Berlin Zoo: (030) 19 440","#")
newslist[12]=new Array("Mitfahrzentrale Bielefeld: (0521) 13 33 03","#")
newslist[13]=new Array("Mitfahrzentrale Bonn: (0228) 19 440","#")

function newsticker()
{
    // next character of current item
    if (i < newslist[cnt][0].length - 1)
    {
        i++;
        temp1 = newslist[cnt][0];
        temp1 = temp1.split('');
        curr = curr+temp1[i];
        temp2 = newslist[cnt][1];
        mtxt.innerHTML = "<a href='"+temp2+"' target='_blank'>"+curr+"_</a>";
        setTimeout('newsticker()',10)
        return;
    }

    // new item
    i = -1; curr = "";
    if (cnt<newslist.length-1)
        cnt++;
    else
        cnt=0;
    setTimeout('newsticker()',2000)

}

//-->
