
function retrievePage(substr, pageNo) {
    new Ajax.Updater('ajax_results', '/services/dids/?substr='+substr+'&p='+pageNo);
}

document.observe("dom:loaded", function() {
    
});
