function KickerPages() { this.value = 0; }
var mySlide = new Array(
'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women1.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women10.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women100.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women101.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women102.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women103.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women11.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women12.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women13.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women14.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women15.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women19.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women2.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women20.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women21.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women22.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women23.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women24.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women25.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women26.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women27.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women28.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women29.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women3.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women4.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women5.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women6.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women7.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women8.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/410new-women9.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/bags1_410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/bags_410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/copy of new-5.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/gold1_410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/gold2_410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/gold3_410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/gold4_410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/gold5_410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/img_3826.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/leutenant_410x206.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new-women-3.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new-women-4.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new-women-55.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new-women1.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new-women2.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new-women3.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new-women4.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new-women5.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new-women6.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new1.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new1_410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new3_410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new5 (2).jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/new5.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/notsobasict-1.jpg'
,'http://c.americanapparel.net/storefront/headers/women/newstyles/women_new_410.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;