function chooseImage() {
	today=new Date();
	thisDay=today.getDay()+1;
	document.write('<div id="headerImage" class="imageNo' + thisDay + '">');
}