/*Used on store homepage to display research reports. Makes use of prototype's Ajax.Updater method */
var populateResearchReports = function() {
    new Ajax.Updater("researchReports", "/store/CategoryAjax.do?code=synd-report");
    /*alert("populating Research Reports");*/
}
/*alert("adding load event: populateResearchReports");*/
addLoadEvent(populateResearchReports);
