$(function () {
        window.CMS.Widgets._pageSmartLinkWidgets.forEach(function (widget) {
            new PageSmartLinkWidget(widget);
        });
    });