/* Author: 

*/

/********************************************* edit these values to suit *********************************************
var bg2='@projectfiles/bg2.jpg';
var bg3='@projectfiles/bg3.jpg';

*********************************************************************************************************************



var randBG=[bg2,bg3]; // Depend on the number of your background images.
window.onload=function() {
   num=Math.floor(Math.random()*randBG.length);
   document.body.style.background='url('+randBG[num]+')';
   document.body.style.backgroundPosition="center top";
   document.body.style.backgroundAttachment="fixed";
   document.body.style.backgroundRepeat="no-repeat";
} 

*/

$('#ss12Collection').cycle({ 
    fx: 'fade', 
    pause:  1,
    speed: 300,
    timeout: 5000,
});

$('#ss11Collection').cycle({ 
    fx: 'fade', 
    pause:  1,
    speed: 300,
    timeout: 5000,
});
