
function progress() {
    var html = '<img src="/js/progress_bar.gif" width="200" height="20">';
    new Insertion['Top']($('searching'), html);
    return false;
}