The Script reads the browser's date and translates it into a file name in the format 'yymmdd-x.jpg' and then displays the picture.
A full size picture for May 5, 1998 would be formatted as '980505-1.jpg'... It's thumbnail picture would be '980505-0.jpg'
'yy' is the year displayed as two digits
NOTE: You must save your picture files in the yymmdd-x.jpg format in the same directory as the script...
'mm' is the month displayed at two digits '01' to '12'
'dd' is the day displayed as two digits '01' to '31'
'-' is just for readability
'x' is the file type byte... '0' is a thumbnail (clickable); '1' is a full size picture
'jpg' is the graphic file type