// JavaScript Document
<!--//
var image_sets = 8;
var now = new Date();
var random = (now.getSeconds())%image_sets;
var rand = random +1;
//-->