function change_image(){
	r=Math.random();
	document.getElementById('code').style.background="url('files/images/rand.php?"+r+"') no-repeat";
}
//566180