$(document).ready(function(){
	$("#cntr_header_right_bottom > ul > li").click(function(){
		$("#cntr_header_right_bottom > ul > li").each(function(){
			$(this).attr("class","");
		});
		$(this).attr("class","currentPage");
	});
});
