$(function(){
	if($('body').hasClass("bHistory")) {
		$("#historyMain").tab();
	}
});

