function getAjax1(){
        new Ajax('cont_news.php', {
                method: 'get',
                update: 'main_3'
		}).request();
}
function getAjax2(){
        new Ajax('cont_press.php', {
                method: 'get',
                update: 'main_3'
		}).request();
}
function getAjax3(){
        new Ajax('cont_album.php', {
                method: 'get',
                update: 'main_3'
		}).request();
}
function getAjax4(){
        new Ajax('cont_lyrics.php', {
                method: 'get',
                update: 'main_3'
		}).request();
}
function getAjax5(){
        new Ajax('date_cont.php', {
                method: 'get',
                update: 'main_2'
		}).request();
}
function getAjax6(){
        new Ajax('date_cont_2.php', {
                method: 'get',
                update: 'main_2'
		}).request();
}
function getAjax7(){
        new Ajax('cont_band.php', {
                method: 'get',
                update: 'main_3'
		}).request();
}
