// ********************************************************************************
// Advt
// ********************************************************************************

function advt (block)
{
    if (!block) { return false; }
    
    $.post(
        dle_root + 'engine/modules/advt.php', {block: block},
        
        function(data){
            document.location = document.location; 
        }
    );
}

// ********************************************************************************
// (c) 2011 DLE Files Group (http://dle-files.ru)
// ********************************************************************************
