


$(document).ready(function() {
    setTimeout('parseBot()', 1000);
});

function parseBot() {
    xAjax('parse.ajx','xRec');
}


