﻿function search(term)
{
   document.location = "http://www.google.com/search?q=site%3Amathcs.org+" + document.searchform.searchfor.value;
}
