1: function notification_macro(param) { 2: if (this.isNotificationEnabled()) 3: this.renderSkin("notification"); 4: return; 5: }