// This is the javascript that create the random number for the HOMEPAGE. It
// needs the image count variable, ic.


var ic=16; //image count. Update this value when adding new images.
var r= 1 + Math.round(Math.random()*(ic)-.5)