create_home: function() {
            if (this.type) {
                S.Ajax.post('/site/home', {'type':this.type.schema_id}, this.home_created.bind(this));
            }
        },