function load_pic() {
	var now = new Date();
	var n = Math.floor(now.getUTCMinutes( ) / 10);  // determine picture 0..5
	document.getElementById("pic").style.background="transparent url(css/menu" + n + ".jpg) no-repeat";
}


