// JavaScript Document
function randomimg(){
var newindex=1+ Math.round( 2*Math.random());
	$('indeximg').src="img/index0"+ newindex+".jpg";
}