function swicthImage() {
	var x = Math.floor(Math.random() * 6);
	document.write('<img src="image/random/image'+x+'.jpg" alt="" width="530" height="341">');
}