function getEventList() {
	ajaxRequest('action=getEventList', ajax_url + 'sideblocks.php', 'post', 'idEventsList', true, 'idEventsList', '', '', '');
}

function getNewsList() {
	ajaxRequest('action=getNewsList', ajax_url + 'sideblocks.php', 'post', 'idNewsList', true, 'idNewsList', '', '', '');
}
