var inhalt=new Array()
inhalt[0]='We offer service and comfortable drives for up to 8 persons.'
inhalt[1]='The Cars are modern models, GPS Navigation,with 4 zone climatic systems, black-shaded,' 
inhalt[2]='and heat-resistant windows,sliding roof, child seats, leather seats and cushions, child seats, '
inhalt[3]='trailer coupling, and mobile phones.' 
inhalt[4]='There are no outer promotions and the non-smoking cars,have any more comfortable' 
inhalt[5]='and security items, of an upper class car for up to seven person.' 
inhalt[6]='We Accept all credit cards.'
inhalt[7]='Every price is per car, not per person.'
inhalt[8]='Info Enquiry : +49 (0) 173 38 250 38'
inhalt[9]='Info Enquiry : +49 (0) 173 38 250 38'
inhalt[10]='Info Enquiry : +49 (0) 173 38 250 38'


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==10) 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



