
var slider=new Array()
slider[0]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=23"><img src="logos_laufband/trolem.jpg" border=0></a>'
slider[1]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=25"><img src="logos_laufband/titleist.jpg" border=0></a>'
slider[2]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=6"><img src="logos_laufband/suunto.jpg" border=0></a>'
slider[4]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=26"><img src="logos_laufband/sun_mountain.jpg" border=0></a>'
slider[5]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=28"><img src="logos_laufband/slotline.jpg" border=0></a>'
slider[6]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=30"><img src="logos_laufband/silverline.jpg" border=0></a>'
slider[7]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=17"><img src="logos_laufband/prowinn.jpg" border=0></a>'
slider[8]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=9"><img src="logos_laufband/oza.jpg" border=0></a>'
slider[9]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=20"><img src="logos_laufband/nassau.jpg" border=0></a>'
slider[10]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=22"><img src="logos_laufband/kiffe.jpg" border=0></a>'
slider[11]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=27"><img src="logos_laufband/hitec.jpg" border=0></a>'
slider[12]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=27"><img src="logos_laufband/grand_golf.jpg" border=0></a>'
slider[13]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=1"><img src="logos_laufband/caddycool.jpg" border=0></a>'
slider[14]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=7"><img src="logos_laufband/bennington.jpg" border=0></a>'
slider[15]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=21"><img src="logos_laufband/baggervance.jpg" border=0></a>'
slider[16]='<a href="http://www.golftrolley.de/index.php?manufacturers_id=8"><img src="logos_laufband/bagboy.jpg" border=0></a>'
var slider2=new Array()
slider2[0]='<a href="http://"><img src="photo6.jpg" border=1></a>'
slider2[1]='<a href="http://"><img src="photo7.jpg" border=1></a>'
slider2[2]='<a href="http://"><img src="photo8.jpg" border=1></a>'
slider2[3]='<a href="http://"><img src="photo9.jpg" border=1></a>'
slider2[4]='<a href="http://"><img src="photo1.jpg" border=1></a>'
function cbelt(slide,width,height,speed,bg,igap,sgap,altgap){if(!document.getElementsByTagName||!document.createElement)
return;if(!cbelt.ar)
cbelt.ar=[];cbelt.ar[this.slid=cbelt.ar.length]=this;this.slide='<nobr>'+slide.join(igap)+'<\/nobr>';this.width=width;this.height=height;this.copyspeed=this.speed=speed;this.sgap=sgap;this.altgap=sgap-speed;this.tspan=document.createElement('span');this.tspan.id='temp'+this.slid;this.tspan.style.visibility='hidden';this.tspan.style.position='absolute';this.tspan.style.top='-1000px';this.tspan.style.left='-9000px';this.tspan.innerHTML=this.slide;with(document){write('<table border="1" cellspacing="0" cellpadding="0"><td>')
write('<div style="position:relative;width:'+this.width+'px;height:'+this.height+'px;overflow:hidden">')
write('<div style="position:absolute;width:'+this.width+'px;height:'+this.height+'px;background-color:'+bg+'" onmouseover="cbelt.ar['+this.slid+'].copyspeed=0" onmouseout="cbelt.ar['+this.slid+'].copyspeed=cbelt.ar['+this.slid+'].speed">')
write('<div id="test2'+this.slid+'" style="position:absolute;left:0px;top:0px"><\/div>')
write('<div id="test3'+this.slid+'" style="position:absolute;left:-1000px;top:0px"><\/div>')
write('<\/div><\/div>')
write('<\/td><\/table>')}
document.body.insertBefore(this.tspan,document.body.firstChild)
this.fillup();}
cbelt.prototype.fillup=function(){var cacheobj=this;this.timgs=document.getElementById('temp'+this.slid).getElementsByTagName('img')
for(var i_tem=0;i_tem<this.timgs.length;i_tem++)
if(typeof this.timgs[i_tem].complete=='boolean'&&!this.timgs[i_tem].complete){setTimeout(function(){cacheobj.fillup();},300);return;}
this.cross_slide=document.getElementById("test2"+this.slid);this.cross_slide2=document.getElementById("test3"+this.slid);this.cross_slide.innerHTML=this.cross_slide2.innerHTML=this.slide;this.actualwidth=document.getElementById("temp"+this.slid).offsetWidth;this.cross_slide2.style.left=this.actualwidth+this.sgap+"px"
this.lefttime=setInterval(function(){cacheobj.slideleft();},30);}
cbelt.prototype.slideleft=function(){if(parseInt(this.cross_slide.style.left)>(this.actualwidth*(-1)+8))
this.cross_slide.style.left=parseInt(this.cross_slide.style.left)-this.copyspeed+"px"
else{this.cross_slide.style.left=parseInt(this.cross_slide2.style.left)+this.actualwidth+(this.agap?this.sgap:this.altgap)+"px"
this.agap=!this.agap;}
if(parseInt(this.cross_slide2.style.left)>(this.actualwidth*(-1)+8))
this.cross_slide2.style.left=parseInt(this.cross_slide2.style.left)-this.copyspeed+"px"
else{this.cross_slide2.style.left=parseInt(this.cross_slide.style.left)+this.actualwidth+(this.agap?this.sgap:this.altgap)+"px"
this.agap=!this.agap;}}