[jQuery] setTimeout($('#content').unblock(), 5000);

[jQuery] setTimeout($('#content').unblock(), 5000);


blockUI v2.08
when I user :
$('#content').block({
        message: '<h4><span class="loading" /> wait...</h4>',
        css: { border: '1px solid #816A3B',width:'80%'}
        });
setTimeout($('#content').unblock(), 5000);
firefox3.01 have a error : missing ] after element list
what's the mistanke with my code above?