		//Script submitted by vasile birsan
		//http://members.home.net/v.birsan/
		//Displayed on www.a1javascripts.com/
		//slider's width
		var swidth=102


		//slider's height
		var sheight=82

		//slider's speed;
		var sspeed=2


		var imagef=''


		//teamrev_images: change to your own

		var leftimage=new Array();
		
		leftimage[0]='<a href="http://www.berettapt.com" target="_blank"><img src="teamrev_images/sponsors/WHITE400bpt.gif" width=164 height=77 alt="Beretta PT" border=0></a>'
		leftimage[1]='<a href="http://cycling-training.com" target="_blank"><img src="teamrev_images/sponsors/ct_logo-236x46.jpg" width=236 height=46 alt="cycling-training.com" border=0></a>'
		leftimage[2]='<a href="http://www.onlinecycling.com" target="_blank"><img src="teamrev_images/sponsors/bp2008best-194x68.jpg" width=100 height=100 alt="Bicycles Plus" border=0></a>'
		leftimage[3]='<a href="http://citybicycleworks.com/" target="_blank"><img src="teamrev_images/sponsors/CBW-banner_imagemap.gif" width=300 height=50 alt="City Bike Works" border=0></a>'
		leftimage[4]='<a href="http://www.bellabrucafe.com" target="_blank"><img src="teamrev_images/sponsors/bellabru.gif" width=100 height=100 alt="Bella Bru" border=0></a>'
		leftimage[5]='<a href="http://www.totalintensitysports.com" target="_blank"><img src="teamrev_images/sponsors/2007_tis_master_navy_-164x77.jpg" width=164 height=77 alt="Total Intensity Sports" border=0></a>'
		leftimage[6]='<a href="http://www.babycakessacramento.com" target="_blank"><img src="teamrev_images/sponsors/BabycakesWeb-293x34.jpg" width=293 height=34 alt="Babycakes" border=0></a>'
		leftimage[7]='<a href="http://www.velovie.com" target="_blank"><img src="teamrev_images/sponsors/veloviejpg_2_-217x153.jpg" width=217 height=153 alt="Velo Vie" border=0></a>'
		leftimage[8]='<a href="http://www.rudyprojectusa.com" target="_blank"><img src="teamrev_images/sponsors/rp-logo-145x59.jpg" width=145 height=59 alt="Rudy Project" border=0></a>'
		leftimage[10]='<a href="http://www.debi4homes.com" target="_blank"><img src="teamrev_images/sponsors/Coldwell_Banker-145x65.jpg" width=145 height=65 alt="Coldwell Banker" border=0></a>'
		leftimage[11]='<a href="http://www.fullfitnessservices.com" target="_blank"><img src="teamrev_images/sponsors/fullfitnessservices_2_-150x72.jpg" width=152 height=62 alt="Full Fitness Services" border=0></a>'
		leftimage[12]='<a href="http://www.moneymatters.com" target="_blank"><img src="teamrev_images/sponsors/verthansonmcclain_2_-193x88.jpg" width=193 height=88 alt="Hanson McClain" border=0></a>'
		leftimage[13]='<a href="http://www.lafoot.com" target="_blank"><img src="teamrev_images/sponsors/lafoot.gif" width=115 height=71 alt="LaFoot Plus" border=0></a>'
		leftimage[14]='<a href="http://www.simmschiropractic.meta-ehealth.com" target="_blank"><img src="teamrev_images/sponsors/Simms_Logo-217x67.jpg" width=217 height=67 alt="Performance Chiropractic" border=0></a>'
		leftimage[15]='<a href="http://www.sacheart.com" target="_blank"><img src="teamrev_images/sponsors/SacHeart_2_-132x80.jpg" width=132 height=80 alt="Sacramento Heart Scan" border=0></a>'
		leftimage[16]='<a href="http://www.gagehealth.com" target="_blank"><img src="teamrev_images/sponsors/gagehealthlogo-180x49.jpg" width=180 height=49 alt="Gage Health Consulting" border=0></a>'
		leftimage[17]='<a href="http://www.kcra.com" target="_blank"><img src="teamrev_images/sponsors/kcra3-181x59.jpg" width=181 height=59 alt="Gage Health Consulting" border=0></a>'
		leftimage[18]='<a href="http://stkpt.com" target="_blank"><img src="teamrev_images/sponsors/STKlogo-135x57.jpg" width=135 height=57 alt="Sherwood, Tilson & Kyo" border=0></a>'

		for (mi=0;mi<leftimage.length;mi++)
		imagef=imagef+leftimage[mi]


		function start(){
		if (document.all) return
		if (document.getElementById){
		document.getElementById("slider").style.visibility="show"
		initial6(document.getElementById('slider'))
		}
		else if(document.layers){
		document.slider1.visibility="show"
		intialslide()
		}
		}
		function intialslide(){
		document.slider1.document.slider2.document.write('<nobr>'+imagef+'</nobr>')
		document.slider1.document.slider2.document.close()
		thel=document.slider1.document.slider2.document.width
		document.slider1.document.slider2.left-=thel
		sslide()
		}
		function sslide(){
		if (document.slider1.document.slider2.left>=thel*(-1)){
		document.slider1.document.slider2.left-=sspeed
		setTimeout("sslide()",100)
		}
		else{
		document.slider1.document.slider2.left=swidth
		sslide()
		}
		}
		function initial6(whichdiv){
		tdiv6=eval(whichdiv)
		tdiv6.innerHTML=('<nobr>'+imagef+'</nobr>')
		tdiv6.style.left=swidth
		thel=swidth*leftimage.length
		scroll6()
		}
		function scroll6(){
		if (parseInt(tdiv6.style.left)>=thel*(-1)){
		tdiv6.style.left=parseInt(tdiv6.style.left)-sspeed
		setTimeout("scroll6()",100)
		}
		else{
		tdiv6.style.left=swidth
		scroll6()
		}
		}
		//You might run into a position problem within the page, using either
		//NS4.x or NS6.x. To correct this use the coordinates: 'left=value',
		//'top=value' within ilayer/layer tags or 'position:relative/absolute;
		//left:value;top:value;' within NS6's div tags.
		//Those values can be either positive or negative!
		//Make sure you've got the onload='...;' within body tag but without
		//takeFocus(); there!
