function randomImg() {	var r = Math.ceil(Math.random() * 7);	var s = '<div id="vector" class="v' + r + '"></div>'	document.write(s);}
