This page comes up with the Firefox icon on the add diagnosis screen in the consult editor, and the following script searches on the MedlinePlus site.
// search the Medline Plus library
try { disease = find(/Disease: (.*)/).groups[1]; }
catch(e) {
disease = '';
}
go('http://www.nlm.nih.gov/medlineplus/encyclopedia.html')
enter(disease);
click('search medline plus');
Graham Chiu
Beta Downloads and Documentation Wiki
Developer Forum