function ShowOnlineUsers() {
	return document.write("1");
}
function ShowReadersNumber() {
	return document.write("0");
}
