TwoD's question is valid but the solution would be something in the lines of,
Assume your files are named in the format dd_mm.jpg where dd is the day and mm is the month for which it needs to be displayed.
1. Place the following code in your <head></head> section
2. And modify your <body> tag as follows
Replace weatherimg (keep double quotes) with the id of the img tag where you want the image to be displayed.
If you have no control over the filenames, then it is a little different since you might need to create an array of these files into your code (easiest hack and doesnt take too long for 365 image names).
If you can't figure it out even now, then just IM me and I will integrate it for you.
