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


