But I am already including a script element referring to the hosted API, as I said. These are the first two lines of my own scripting:dojo.require ("esri.map");
var startExtent = new esri.geometry.Extent (2660574.997050, 204651.048340, 2750112.778497, 304942.427600, new esri.SpatialReference ({wkd : 102100}));
Execution halts on the second line with the error, "esri is not defined" The doc you pointed to, and the examples, and all the examples I looked at before posting, seem to indicate that having that script element is all that's required.