function setStatus() {
	$.ajax({
		url: "user/setuserstatus",
		cache: false,
		type: "POST"
	});
}

//setInterval("setStatus()", 5000)
