Hello snaidich,
you will have to use $find(), because document.getElementById returns html element, not an object. The code should be:
function load() { var wdd = $find('<%=cmbYears.ClientID %>'); wdd.get_selectedItems(); }
This will return collection with all selected items.
Please let me know if you need further assistance