function ShowOnlineUsers() {
	return document.write("5");
}
function ShowReadersNumber() {
	return document.write("3765");
}