Created
February 13, 2011 03:48
-
-
Save Roach/824417 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="grid_16" style="float:left; "> | |
<div class="widgets slideshowwidget" id="home-slideshow"> | |
<div class="slideshowwidget-chrome"> | |
<div class="slideshowwidget-slides" id="widget-slideshowwidget-2-title"> | |
<a href="/inventory/New/All/All/All/Denton/TX/?special=True/"><img src="/files/2011/01/Winter-Extravaganza.jpg" width="620" height="240" title="Winter Extravaganza" alt="Winter Extravaganza" /></a> | |
<a href="/finance/college-grad-rebate-and-financing/"><img src="/files/2011/01/slide-02-Toyota-College-Grad-Rebate-620x240.jpg "width="620" height="240" title="Toyota College Grad Rebate" alt="Toyota Winter Extravaganza" /></a> | |
<a href="https://www.ecreditsecurity.com/companies/5102/credit_apps/new"><img src="/files/2011/01/slide-04-Get-Approved-Toyota-620x240.jpg" width="620" height="240" title="Get Approved!" alt="Get Approved" /></a> | |
<a href="/deals/service-mcspecials/"><img src="/files/2011/01/slide-5.jpg" title="Super McNatt Values!" alt="Super McNatt values" /></a> | |
<a href="/deals/free-maintenance-plan/"><img src="/files/2011/01/slide-07-Special-Offer-620x240.jpg" width="620" height="240" title="Special Offer!" alt="Special Offer!" /></a> | |
</div> | |
</div> | |
</div> | |
</div> | |
<script type="text/javscript"> | |
$(document).ready(function() { | |
$('#home-slideshow.widgets.slideshowwidget .slideshowwidget-chrome .slideshowwidget-slides').cycle({ | |
prev: '#home-slideshow.slideshowwidget-prev', | |
next: '#home-slideshow.slideshowwidget-next', | |
pager: '#home-slideshow.slideshowwidget-pages', | |
fx: 'scrollHorz', | |
sync:true, | |
speed: 300, | |
timeout: 4000, | |
pause: 1, | |
slideExpr: 'img', | |
containerResize: 0, | |
requeueOnImageNotLoaded: true | |
}) | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment