var images = ['/img/cms-managed/homepage-photos/04-Material-Sample-Books--Boxes-Revolving.jpg','/img/cms-managed/homepage-photos/06-Game-Puzzle-Coin-Album.jpg','/img/cms-managed/homepage-photos/03-Custom-Specialty-Boxes-Revolving.jpg','/img/cms-managed/homepage-photos/01-Multimedia-Revolving.jpg','/img/cms-managed/homepage-photos/05-POP--Counter-Card-Revolving.jpg','/img/cms-managed/homepage-photos/Custom-Binders--Folders-Revolving.jpg']; /// Image Rotator Code var curr_id = 0; function beginRotate(images) { $("#front_img").attr("src",images[curr_id]) $('#rotator_sub_image').fadeIn(1000, function() { //alert('true'); $("#image_rotator").css({ background : 'url(' + $("#front_img").attr("src") + ')' }); $("#rotator_sub_image").hide(); if(curr_id