if ( checkAddress()==false ) return; if ( checkAuth(this)==false ) return; res.body = this.renderSkinAsString("main"); res.skin = "api"; res.title = "Application " + this.name;