Hi,

I found the same script online somewhere and had the same problem until I noticed that there were no 'values' for the 'options' in the select list. So, for example:

<option>2007</option>

Should read:

<option value="2007">2007</option>

Hope it helps.