/** uu的所有公共函数 (非通用,仅uu有用) **/

/** 退出登录 **/
function logout() {
	$.cookie("U_NAME", null, {path:'/'});
	$.cookie('R_URL', null, {path:'/'});
	window.location.href ="/logout.act";
}
