function klausti(tekstas)
{
    if (confirm(tekstas))
    {
        return true;
    }

    return false;
}

function skelb_draugui()
{
    return true;
}

function coment_forma()
{
    return true;
}
