$(document).ready(function() {
    //bind the CTA buttons
    BindCta($('div.resultsPanel'));
    BindCta($('div.favouritesPanel'));
});
