var d=new Date()
var day=d.getDay()
document.write('<img src="AnthroImages/' + day + '.jpg" class="picture">')