function mainImage() {
	var randomnumber=Math.floor(Math.random()*4)+1;
	document.write('<img src="/assets/images/mainImage' +randomnumber+ '.jpg" width="882" height="326" border="0" alt="Invest in Liverpool">');
}