function Atlanta_AJAX_Class(url, object, fajl)
{
    function _init_()
    {
        location.href = '?page=' + url;
    }
    _init_();
}

