tell application "Ord"
         «event MSWDactv»
        
         try
                   «event MSWDactv»
                   -- ask Ord to give us the selected text
                   get selection as string
                   -- store the word coming from as "Ord"
                set ord to the result    
                   tell application "Ord"
                            -- make Ord the frontmost application
                            activate             
                            -- make Ord look up the word we
                            previously stored as ord    
                            lookUp ord 
                   end tell   
         on error                       
              and try
                                               
         end try       
                                      
  end tell                          
and try yes/n