function doAfterLoad(){
	if(this.citySelectInit != undefined){
		citySelectInit.apply(this,[]);
	}
	if(this.makeTableBeautiful != undefined){
		makeTableBeautiful.apply(this,[]);
	}
	if(this.enableTooltips != undefined){
		enableTooltips('tooltipcontainer');
	}
}
