// implementations of setTitle and setPrefs would go here

new gadgets.IfrGadgetService();

gadgets.IfrGadgetService.prototype.setTitle = function(title) {
    //Ignore this call silently to avoid javascript exceptions & errors! (AG-1289)
};

