<!--

var now;
var result=0;
function loadImage() {
	now = new Date();
	result = Math.ceil(((now.getSeconds()+1)*7)/61);
}


//-->
