this.inherited(arguments);
if(this.heading){this.setTitle(this.heading); this.title=this.heading;
}// we cheat, and give the browser just enough time so we know our height
setTimeout(dojo.hitch(this,"resize"),5);
if(this.sortable){this.connect(this.titleNode,"onclick", "onSort"); }