/**
 * @author Sulaeman, sulaeman.nowhere@gmail.com
 */

FeelInc.ui.Asesor = function() {

	return {
	
	build: function(){
		FeelInc.ui.Default.init();
		$('#sessionasessment').change(function(){
			location.href = _doc_root_path+'/page/asesor/cs/'+$(this).val();
		});
	}
	
	};
	
}();
