
//slider's width
var swidth=540

//slider's height
var sheight=990

//slider's speed
var sspeed=1

var nothing = 'car dealer review car dealer report car dealer seller car dealer rating car dealer history car dealer find report rating rate a dealer car';

var nothing1 = 'car dealer review car dealer report car dealer seller car dealer rating car dealer history car dealer find report rating rate a dealer car';
var nothing2 = 'car dealer review car dealer report car dealer seller car dealer rating car dealer history car dealer find report rating rate a dealer car';
var nothing3 = 'car dealer review car dealer report car dealer seller car dealer rating car dealer history car dealer find report rating rate a dealer car';
var nothing4 = 'car dealer review car dealer report car dealer seller car dealer rating car dealer history car dealer find report rating rate a dealer car';

var singletext=new Array()
singletext[0]='<div align="left" style="padding:5px"><font face=Arial size=2 color="black">"MyDealerreport.com tells us about complete reports on dealerships, legal and lawsuits against dealerships. and ratings and comments.  The website gives the consumer and open opportunity to rate the dealership and tell of bad experiences and even good experiences, because I believe some dealerships should pay for what they do to innocent people who are taken advantage of.  And some dealerships deserve a good rating for the excellent services.  I believe that MyDealerreport.com gives honest, and upfront information that is greatly needed to the community.  MyDealerreport.com has a huge database that has every known dealership known in the United States, some have yet to be rated and others already have 1 or more ratings.  I also believe that MyDealerreport.com s employees have good first hand knowledge in what is good, bad, illegal or legal.  The website also gives links such as car buying tips, car shopping, dealer ratings and reviews, leasing, false ads, car ads, bad credit, financing, etc."<br><br><div align="center"><strong>Julie Code</strong><br>Haslett, MI</div></FONT><br><br><br><br><br><br><font face=Arial size=2 color="black">"A GOOD SOURCE TO FIND INDEPENDENT INFORMATION WHEN CONSIDERING A PURCHASE."<br><br><div align="center"><strong>Kevin Hartong</strong><br>Somerset, NJ</div></FONT><br><br><br><br><br><br><font face=Arial size=2 color="black">"Any or all individuals that purchase a vehicle anywhere get on and let the public know which are the dealers that have earned business from others and or the ones that need to learn how to do business again."<br><br><div align="center"><strong>Luke Scadden</strong><br>Monticello, MN</div></FONT><br><br><br><br><br><br><font face=Arial size=2 color="black">"User participation and user-generated content are the essence of "Web 2.0". MyDealerReport brings both to the world of online automotive retailing providing a valuable service to both consumers and dealers."<br><br><div align="center"><strong>Marc Hayes</strong><br>Founder of ContactAtOnce</div></FONT><br><br><br><br><br><br><font face=Arial size=2 color="black">"MyDealerReport.com has become an invaluable tool for nationwide automotive consumers in the market for a vehicle and dealership they can trust. Not only can consumers get unbiased information about the dealerships history but this resource enables dealer groups to benefit from doing business the right way. MyDealerReport.com has become a proven consumer resource in the ever changing world of the automobile industry."<br><br><div align="center"><strong>Daniel Sherman</strong><br>President of BeltwayDeals.com</div></FONT></div>'
singletext[1]='<div align="left" style="padding:5px"><font face=Arial size=2 color="black">"MyDealerreport.com tells us about complete reports on dealerships, legal and lawsuits against dealerships. and ratings and comments.  The website gives the consumer and open opportunity to rate the dealership and tell of bad experiences and even good experiences, because I believe some dealerships should pay for what they do to innocent people who are taken advantage of.  And some dealerships deserve a good rating for the excellent services.  I believe that MyDealerreport.com gives honest, and upfront information that is greatly needed to the community.  MyDealerreport.com has a huge database that has every known dealership known in the United States, some have yet to be rated and others already have 1 or more ratings.  I also believe that MyDealerreport.com s employees have good first hand knowledge in what is good, bad, illegal or legal.  The website also gives links such as car buying tips, car shopping, dealer ratings and reviews, leasing, false ads, car ads, bad credit, financing, etc."<br><br><div align="center"><strong>Julie Code</strong><br>Haslett, MI</div></FONT><br><br><br><br><br><br><font face=Arial size=2 color="black">"A GOOD SOURCE TO FIND INDEPENDENT INFORMATION WHEN CONSIDERING A PURCHASE."<br><br><div align="center"><strong>Kevin Hartong</strong><br>Somerset, NJ</div></FONT><br><br><br><br><br><br><font face=Arial size=2 color="black">"Any or all individuals that purchase a vehicle anywhere get on and let the public know which are the dealers that have earned business from others and or the ones that need to learn how to do business again."<br><br><div align="center"><strong>Luke Scadden</strong><br>Monticello, MN</div></FONT><br><br><br><br><br><br><font face=Arial size=2 color="black">"User participation and user-generated content are the essence of "Web 2.0". MyDealerReport brings both to the world of online automotive retailing providing a valuable service to both consumers and dealers."<br><br><div align="center"><strong>Marc Hayes</strong><br>Founder of ContactAtOnce</div></FONT><br><br><br><br><br><br><font face=Arial size=2 color="black">"MyDealerReport.com has become an invaluable tool for nationwide automotive consumers in the market for a vehicle and dealership they can trust. Not only can consumers get unbiased information about the dealerships history but this resource enables dealer groups to benefit from doing business the right way. MyDealerReport.com has become a proven consumer resource in the ever changing world of the automobile industry."<br><br><div align="center"><strong>Daniel Sherman</strong><br>President of BeltwayDeals.com</div></FONT></div>'
if (singletext.length>1)
i=1
else
i=0
function start(){
if (document.all){
ieslider1.style.top=(sheight-900)
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=(sheight-900)
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=(sheight-900)
ns6marquee(document.getElementById('ns6slider1'))
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0
setTimeout("iemarquee(iediv)",100)
}
if (iediv.style.pixelTop>=sheight*-1){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",100)
}
else{
iediv.style.pixelTop=(sheight-900)
iediv.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",100)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",100)
}
else{
ns4layer.top=(sheight-900)
ns4layer.document.write(singletext[i])
ns4layer.document.close()
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
ns6div.style.top=0
setTimeout("ns6marquee(ns6div)",100)
}
if (parseInt(ns6div.style.top)>=sheight*-1){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6marquee(ns6div)",100)
}
else{
ns6div.style.top=(sheight-900)
ns6div.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
//  End -->
