// Total pics to rotate
var rotatePicTotal = 4;
// Starting pic
var rotatePicNum = 0;
rotateTimer(5000);
//window.onload = rotateTimer(5000);