function changepic(){ var pic= document.getElementById("chanpic"); pic.src="../RandomPicture"+"?"+new Date().getTime(); }