function results_word()
   {
   document.write('Results');
   }

function of_word()
   {
   document.write('of');
   }

function returned_word()
   {
   document.write('returned');
   }

function containing_word()
   {
   document.write('containing');
   }

function next_page()
   {
   document.write('Next<br>Page');
   }

function prev_page()
   {
   document.write('Prev<br>Page');
   }






