var inhalt=new Array()
inhalt[0]='Taxi Munich Online offers real taxi limousine service at a lower price, for vans with space up to 7 persons of the upper class.'
inhalt[1]='Business as well as private, we will bring you reliable, fast and competent to your destination.,' 
inhalt[2]='The Cars are modern models, GPS Navigation,with 4 zone climatic systems, black-shaded,' 
inhalt[3]='and heat-resistant windows,sliding roof, child seats, leather seats and cushions, child seats, '
inhalt[4]='trailer coupling, and mobile phones.' 
inhalt[5]='There are no outer promotions and the non-smoking cars,have any more comfortable' 
inhalt[6]='We Accept all credit cards.'
inhalt[7]='Every price is per car, not per person.'

var tickerbreite='98%'
var tickerhintergrund='#ffffc0'
var tickerverz=2100
var aktNachricht=0
function Nachrichtwechseln(){
if (document.layers){
document.tickerhaupt.document.tickerunter.document.write(inhalt[aktNachricht])
document.tickerhaupt.document.tickerunter.document.close()
}
else if (document.all)
tickerie.innerHTML=inhalt[aktNachricht]
if (aktNachricht==7) aktNachricht=0
else aktNachricht++
setTimeout("Nachrichtwechseln()",tickerverz)
}
function Ticker_starten(){
if (document.layers)
document.tickerhaupt.visibility="show"
Nachrichtwechseln()
}
if (document.all)
document.write('<div id="tickerie" style="width:'+tickerbreite+'; background-color:'+tickerhintergrund+'"></div>')
window.onload=Ticker_starten




