We're using Google's AJAX API, which involves cutting and pasting a reference to some external JS/CSS files that come from Google. Even though these files don't change often, expire headers aren't set so they get requested for each and every page where we use the API. These seems unnecessary. Anybody else noticed this? What about just saving these files as local copies and serving them up with expire headers?