
	function getimage(){
	if (document.images){
		document.bar.src =  'images/r/'+ (Math.floor(Math.random()*5)) +'.jpg';
	}
}

