function KickerPages() { this.value = 0; }
var mySlide = new Array(
'http://c.americanapparel.net/storefront/headers/women/panties/02_410x206.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/03_410x206.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/03_410x2061.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/04_410x206.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/17.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/21.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/22.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/3.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/4.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/410women-panties1.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/410women-panties2.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/410women-panties3.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/410women-panties4.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/410women-panties5.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/410women-pants10.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/410women-pants8.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/5.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/alyssa-thong-410x206.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/beach410x206.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/beachsweater_410x206.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/bloomer410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/copy (2) of lace.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/copy (2) of lace1.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/copy (2) of lace6.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/copy (2) of lace7.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/copy (3) of lace3.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/copy (3) of pantys8.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/copy (4) of lace2.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/copy of 410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/copy of bras.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/foil.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/franca_flower_410x206.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/img_0006_2_1.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/img_5771-2_clean.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/panties11.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/panties12.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/panties13.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/panties20.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/panties410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/panties411.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/panties7_410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/panties98.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/panties99.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/panties_01.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/panties_410.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/pantys2.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/pantys3.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/pantys5.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/rsalr300.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/rsalr300_white.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/table2.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/table4.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/table5.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/tiana-410x206.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/women-panties44.jpg'
,'http://c.americanapparel.net/storefront/headers/women/panties/yellow_410x206.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;