Bergstrom Chrysler Dodge Jeep Ram of Oshkosh

$(function () { $('.desktop .rotateLogos img:gt(0)').hide(); setInterval(function () { $('.desktop .rotateLogos :first-child').hide() .next('img').show() .end().appendTo('.desktop .rotateLogos'); }, 3000); }); $(function () { $('.mobile .rotateLogos img:gt(0)').hide(); setInterval(function () { $('.mobile .rotateLogos :first-child').hide() .next('img').show() .end().appendTo('.mobile .rotateLogos'); }, 3000); });