var r_url = window.location.href;
if (r_url && r_url.indexOf("logout.act") == -1 && r_url.indexOf(".act")!= -1) {
	$.cookie('R_URL', r_url, {
		path : '/'
	});
}
