'
},
'Documents': {
type: 'downloads',
downloadType: 'Investor Kit',
template: '
'
}
};
$('.investor-kit').apiMashup({
dateFormat: 'MM yy',
showAllYears: false,
fetchAllYears: false,
itemContainer: '.docs',
contentSources: contentSources,
loadingMessage: '
Loading...
'
});
});