//change pic set
count = 0;
function timer()
{
	count++;
	count %= 3;
	document.img.src = "img/pic" + count + ".jpg";
}