This page is brought up on the "Display ICD9" popup window.
This sample script shows how to search the eMDs ICD-9 search page 
// search the eMDS ic9 search page! :)
try { disease = find(/Disease: (.*)/).groups[1]; }
catch(e) {
disease = '';
}
go('http://www.e-mds.com/services/icd9/index.html')
enter(disease);
click('first button');
Graham Chiu
Beta Downloads and Documentation Wiki
Developer Forum