function KickerPages() { this.value = 0; } var mySlide = new Array( 'http://c.americanapparel.net/storefront/headers/women/notbasic/1.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/2.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/24.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/26.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/3.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/410women-notsobasict1.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/410women-notsobasict2.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/7.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/cookiemonster410.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/copy of belts-1.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/copy of notsobasict-1.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/img_9980.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/laceshirt_410.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/lawntee_410.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/new-99.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/notsobasict1.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/notsobasict10.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/notsobasict2_410.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/notsobasict3_410.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/notsobasict4_410.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/notsobasict6_410.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/notsobasict8.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/notsobasict9.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/stripes_410x206.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/women-notsobasictshirts-11.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/women-notsobasictshirts-3.jpg' ,'http://c.americanapparel.net/storefront/headers/women/notbasic/women-notsobasictshirts-4.jpg' ); var myInterval = 0; var myIntervalPause = 0; var myTimeout = 0; var myAPI; function ScrollThroughmyPages(){ myAPI.next(500); RestartmyInterval(); } function AutoScroll() { randArray(mySlide); for(var x = 0; x < mySlide.length; x++) if (x <=0) document.getElementById('myItems').innerHTML += ''; else document.getElementById('myItems').innerHTML += ''; $(function() { $("#myScrollable").myScrollable({horizontal:true}); }); if (document.getElementById('myScrollable') != null) { myAPI = $("#myScrollable").myScrollable(); myTotal = myAPI.getStatus().total; if (myTotal <= 1) { $('DIV.myNext').hide(); $('DIV.myPrev').hide(); } RestartmyInterval(); } } function RestartmyInterval() { LoadImgs(); myPause = 5000; CancelmyInterval(); myInterval = setInterval('ScrollThroughmyPages()',myPause); } function PausemyInterval(){ LoadImgs(); CancelmyInterval(); clearTimeout(myTimeout); myTimeout = setTimeout('RestartmyInterval()',5000); } function CancelmyInterval(){ LoadImgs(); clearInterval(myInterval); } function LoadImgs(){ myIndex = myAPI.getStatus().index; LoadImg(myIndex - 1); LoadImg(myIndex); LoadImg(myIndex + 1); } function LoadImg(index){ Item = document.getElementById('myItem' + index); if ( Item != null ){ if (mySlide[index] != null && Item.src != mySlide[index]) { Item.src = mySlide[index]; } } } function randArray(o){ for(var j, x, i = o.length; i; j = parseInt(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x); return o; } window.onload=AutoScroll;