
var today = new Date();
var day = today.getDate();


document.write('<img src="timepix/'+ day +'.jpg">')