<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to use a feature layer map for mobile version? in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881428#M731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this make any sense Robert ?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2016 16:19:37 GMT</pubDate>
    <dc:creator>BulbulMajumder1</dc:creator>
    <dc:date>2016-11-22T16:19:37Z</dc:date>
    <item>
      <title>How to use a feature layer map for mobile version?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881423#M726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use the mobile version for my code. When I am trying to use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/samples/mobile_template/index.html" title="https://developers.arcgis.com/javascript/3/samples/mobile_template/index.html"&gt;Getting Started - Mobile&lt;/A&gt;&amp;nbsp; this code along with 3.13/3.17/3.18 version with the feature layer of java script but whenever I am trying to use&amp;nbsp;&lt;BR /&gt; "dojox/mobile",&lt;BR /&gt; "dojox/mobile/parser",&lt;BR /&gt; "esri/sniff",&lt;BR /&gt; "dojox/mobile/deviceTheme",&lt;BR /&gt; "dojo/dom",&lt;BR /&gt; "dijit/registry",&lt;BR /&gt; "dojo/on",&lt;BR /&gt; "dojox/mobile/ToolBarButton",&lt;BR /&gt; "dojox/mobile/View",&lt;BR /&gt; "dojox/mobile/ContentPane"&lt;BR /&gt;&lt;BR /&gt;from the "Getting Started" its not showing up and giving me an error....I can provide my code upon request....Any help will be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Bulbul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 17:54:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881423#M726</guid>
      <dc:creator>BulbulMajumder1</dc:creator>
      <dc:date>2016-11-18T17:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a feature layer map for mobile version?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881424#M727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Bulbul,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;I would have to see your code to tell you where you error is. There is no reason why you can not use FeatureLayer class when using the compact API or dojox mobile.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 18:02:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881424#M727</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-18T18:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a feature layer map for mobile version?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881425#M728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert,I am attaching my code with this reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bulbul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;the js I am using is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/************************************************&lt;BR /&gt;Script: productionWellsView313.js&lt;BR /&gt;************************************************/&lt;/P&gt;&lt;P&gt;/* Script updated to AMD-style formatting */&lt;/P&gt;&lt;P&gt;var map;&lt;BR /&gt;var navToolbar;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;require([&lt;BR /&gt; "esri/config", "esri/map", "esri/arcgis/utils", "esri/geometry/Extent", "esri/SpatialReference",&lt;BR /&gt; "esri/InfoTemplate", "esri/dijit/Legend",&lt;BR /&gt; "esri/tasks/LegendLayer", "dojo/on", "dijit/registry", "esri/dijit/BasemapGallery", "esri/geometry/webMercatorUtils",&lt;BR /&gt; "esri/geometry/scaleUtils", "esri/dijit/OverviewMap",&lt;BR /&gt; "esri/dijit/Scalebar", "esri/dijit/HomeButton",&lt;BR /&gt; "esri/dijit/Popup", "esri/dijit/PopupTemplate", "esri/layers/ArcGISTiledMapServiceLayer",&lt;BR /&gt; "esri/layers/ArcGISDynamicMapServiceLayer", "esri/layers/FeatureLayer",&lt;BR /&gt; "esri/symbols/SimpleMarkerSymbol", "esri/tasks/GeometryService",&lt;BR /&gt; "dojo/dom", "dojo/dom-construct", "dojo/parser", "dojo/_base/array",&lt;BR /&gt; "dijit/form/HorizontalSlider", "dijit/form/Button",&lt;BR /&gt; "dijit/form/DropDownButton",&lt;BR /&gt; "dijit/form/TextBox",&lt;BR /&gt; "dijit/form/CheckBox",&lt;BR /&gt; "dijit/Menu",&lt;BR /&gt; "dijit/MenuItem",&lt;BR /&gt; "esri/Color",&lt;BR /&gt; "dijit/layout/AccordionContainer",&lt;BR /&gt; "dijit/layout/BorderContainer",&lt;BR /&gt; "dijit/layout/ContentPane",&lt;BR /&gt; "dijit/TitlePane",&lt;BR /&gt; "dojo/domReady!"&lt;BR /&gt;],&lt;BR /&gt; function (&lt;BR /&gt; esriConfig, Map, utils, Extent, SpatialReference,&lt;BR /&gt; InfoTemplate, Legend,&lt;BR /&gt; LegendLayer, on, registry, BasemapGallery, webMercatorUtils,&lt;BR /&gt; scaleUtils, OverviewMap,&lt;BR /&gt; Scalebar, HomeButton,&lt;BR /&gt; Popup, PopupTemplate, ArcGISTiledMapServiceLayer,&lt;BR /&gt; ArcGISDynamicMapServiceLayer, FeatureLayer,&lt;BR /&gt; SimpleMarkerSymbol, GeometryService,&lt;BR /&gt; dom, domConstruct, parser, arrayUtils,&lt;BR /&gt; HorizontalSlider, Button, DropDownButton, TextBox, CheckBox, Menu, MenuItem, Color,&lt;BR /&gt; AccordionContainer, BorderContainer, ContentPane, TitlePane&lt;BR /&gt; ) {&lt;/P&gt;&lt;P&gt;parser.parse();&lt;/P&gt;&lt;P&gt;/* Define the initial extent for the map area */&lt;BR /&gt; //var initialExtent = new Extent({ "xmin": -12972052.788, "ymin": 5429282.436, "xmax": -11508904.02, "ymax": 6363263.470, "spatialReference": { "wkid": 3857 } });&lt;/P&gt;&lt;P&gt;// var llExtent = new Extent(-12972052.788, 5429282.436, -11508904.02, 6363263.470, new SpatialReference({ "wkid": 3857 }));&lt;BR /&gt; var legendLayers = [];&lt;BR /&gt; var popupOptions = {&lt;BR /&gt; markerSymbol: new SimpleMarkerSymbol("circle", 32, null,&lt;BR /&gt; new Color([0, 0, 0, 0.25])),&lt;BR /&gt; marginLeft: "20",&lt;BR /&gt; marginTop: "20"&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;var popup = new Popup(popupOptions, domConstruct.create("div"));&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; var map = new esri.Map("map", {&lt;BR /&gt; //extent: initialExtent,&lt;BR /&gt; basemap: "topo",&lt;BR /&gt; center: [-110, 47],&lt;BR /&gt; zoom: 6&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;//map.setExtent(llExtent);&lt;/P&gt;&lt;P&gt;/* Add the BASEMAP GALLERY from ESRI */&lt;/P&gt;&lt;P&gt;var basemapGallery = new BasemapGallery({&lt;BR /&gt; showArcGISBasemaps: true,&lt;BR /&gt; map: map&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;//basemapGallery.startup(); // This is commented out since handled in DDLB&lt;/P&gt;&lt;P&gt;/* Home Button */&lt;BR /&gt; var home = new HomeButton({&lt;BR /&gt; map: map&lt;BR /&gt; }, "HomeButton");&lt;BR /&gt; home.startup();&lt;/P&gt;&lt;P&gt;/* Scale Bar */&lt;BR /&gt; var scalebar = new Scalebar({&lt;BR /&gt; map: map,&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;/* Overview Map */&lt;BR /&gt; var overviewMapDijit = new OverviewMap({&lt;BR /&gt; map: map,&lt;BR /&gt; attachTo: "top-right",&lt;BR /&gt; height: 100,&lt;BR /&gt; width: 100,&lt;BR /&gt; visible: true&lt;BR /&gt; });&lt;BR /&gt; overviewMapDijit.startup();&lt;/P&gt;&lt;P&gt;map.on("load", function () { dojo.byId("mapName").innerHTML = "&amp;lt;strong&amp;gt;Current Basemap:&amp;lt;/strong&amp;gt; Topographic"; });&lt;/P&gt;&lt;P&gt;/* When the map is loaded enable coordinate display in DIV */&lt;/P&gt;&lt;P&gt;map.on("load", function () {&lt;BR /&gt; map.on("mouse-move", showCoordinates);&lt;BR /&gt; map.on("mouse-drag", showCoordinates);&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;/* When the extent changes show the changed scale in DIV */&lt;/P&gt;&lt;P&gt;map.on("extent-change", changeScale);&lt;/P&gt;&lt;P&gt;/* When the extent changes show the new extent in DIV */&lt;/P&gt;&lt;P&gt;//map.on("extent-change", showExtent);&lt;/P&gt;&lt;P&gt;/* When the slider changes, change the opacity */&lt;/P&gt;&lt;P&gt;map.on("load", function () {&lt;BR /&gt; on(registry.byId("sliderOpacity"), "change", changeOpacity);&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;/* Create the DDLB for the basemaps layers and place&lt;BR /&gt; it in the DIV labeled "basemapMenu" in the Layers&lt;BR /&gt; section */&lt;/P&gt;&lt;P&gt;map.on("load", function () {&lt;BR /&gt; on(basemapGallery, "load", function () {&lt;BR /&gt; dojo.forEach(basemapGallery.basemaps, function (basemap) {&lt;BR /&gt; //Add a menu item for each basemap, when the menu items are selected&lt;BR /&gt; dijit.byId("basemapMenu").addChild(&lt;BR /&gt; new dijit.MenuItem({&lt;BR /&gt; label: basemap.title,&lt;BR /&gt; onClick: dojo.hitch(function () {&lt;BR /&gt; basemapGallery.select(basemap.id);&lt;BR /&gt; dojo.byId("mapName").innerHTML = "&amp;lt;strong&amp;gt;Current Basemap:&amp;lt;/strong&amp;gt; " + basemap.title;&lt;BR /&gt; })&lt;BR /&gt; })&lt;BR /&gt; );&lt;BR /&gt; });&lt;BR /&gt; });&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;/* Create the legend */&lt;BR /&gt; map.on("layers-add-result", function () {&lt;BR /&gt; var legend = new Legend({&lt;BR /&gt; map: map,&lt;BR /&gt; layerInfos: legendLayers&lt;BR /&gt; }, "legendDiv");&lt;BR /&gt; legend.startup();&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; /*********************************************************&lt;BR /&gt; 1:500,000 MBMG GEOLOGY LAYER DEFINITIONS&lt;BR /&gt; *********************************************************/&lt;/P&gt;&lt;P&gt;/* Add the MBMG 1:500,000 geology layer as a Tiled Map Service Layer */&lt;BR /&gt;&lt;SPAN&gt; var geo500Layer = new ArcGISTiledMapServiceLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgmap.mtech.edu%2FArcGIS%2Frest%2Fservices%2FGeology%2FGeology_500k%2FMapServer" rel="nofollow" target="_blank"&gt;http://mbmgmap.mtech.edu/ArcGIS/rest/services/Geology/Geology_500k/MapServer&lt;/A&gt;&lt;SPAN&gt;", { id: 'geo500Layer', opacity: 0.2 });&lt;/SPAN&gt;&lt;BR /&gt; // map.addLayer(geo500Layer);&lt;/P&gt;&lt;P&gt;/*********************************************************&lt;BR /&gt; STREAMS LAYER DEFINITIONS&lt;BR /&gt; *********************************************************/&lt;/P&gt;&lt;P&gt;/* Add the STREAMS layer */&lt;BR /&gt;&lt;SPAN&gt; var streamLayer = new ArcGISDynamicMapServiceLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgmap.mtech.edu%2FArcGIS%2Frest%2Fservices%2FSurface%2FStreams%2FMapServer" rel="nofollow" target="_blank"&gt;http://mbmgmap.mtech.edu/ArcGIS/rest/services/Surface/Streams/MapServer&lt;/A&gt;&lt;SPAN&gt;", { id: 'streamLayer' });&lt;/SPAN&gt;&lt;BR /&gt; //map.addLayer(streamLayer);&lt;/P&gt;&lt;P&gt;legendLayers.push({&lt;BR /&gt; layer: streamLayer,&lt;BR /&gt; title: "Streams"&lt;BR /&gt; })&lt;/P&gt;&lt;P&gt;/*********************************************************&lt;BR /&gt; HYDROLOGIC UNIT CODE LAYER DEFINITIONS&lt;BR /&gt; *********************************************************/&lt;/P&gt;&lt;P&gt;/* Add the HUC layer */&lt;BR /&gt;&lt;SPAN&gt; var hucLayer = new ArcGISDynamicMapServiceLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgmap.mtech.edu%2FArcGIS%2Frest%2Fservices%2FSurface%2FHUCs%2FMapServer" rel="nofollow" target="_blank"&gt;http://mbmgmap.mtech.edu/ArcGIS/rest/services/Surface/HUCs/MapServer&lt;/A&gt;&lt;SPAN&gt;", { id: 'hucLayer' });&lt;/SPAN&gt;&lt;BR /&gt; legendLayers.push({&lt;BR /&gt; layer: hucLayer,&lt;BR /&gt; title: "HUC Boundary"&lt;BR /&gt; })&lt;BR /&gt; //map.addLayer(hucLayer);&lt;/P&gt;&lt;P&gt;/*********************************************************&lt;BR /&gt; GWAAMON LAYER DEFINITIONS&lt;BR /&gt; *********************************************************/&lt;/P&gt;&lt;P&gt;/* &lt;BR /&gt; Create a PopupTemplate for the GWAAMON layer - Superceded&lt;BR /&gt; by the InfoTemplate definition below&lt;BR /&gt; */&lt;/P&gt;&lt;P&gt;var gwaamonTemplate = new PopupTemplate({&lt;BR /&gt; title: "GWAAMON Site Details",&lt;BR /&gt; fieldInfos: [&lt;BR /&gt; { fieldName: "gwicid", visible: true, label: "GWIC Id" },&lt;BR /&gt; { fieldName: "site_name", visible: true, label: "Site Name" },&lt;BR /&gt; { fieldName: "site_type", visible: true, label: "Site Type" },&lt;BR /&gt; { fieldName: "township", visible: true, label: "Township" },&lt;BR /&gt; { fieldName: "range", visible: true, label: "Range" },&lt;BR /&gt; { fieldName: "section", visible: true, label: "Section" },&lt;BR /&gt; { fieldName: "qsection", visible: true, label: "Q Section" },&lt;BR /&gt; { fieldName: "swl_meas", visible: true, label: "# Meas" },&lt;BR /&gt; { fieldName: "samples", visible: true, label: "W Qual" },&lt;BR /&gt; { fieldName: "field_visits", visible: true, label: "F Visit" }&lt;BR /&gt; ],&lt;BR /&gt; showAttachments: true&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;/* Create a new InfoTemplate for the GWAAMON layer 2014-12-29 */&lt;/P&gt;&lt;P&gt;var gwaamonInfoTemplate = new InfoTemplate();&lt;BR /&gt; gwaamonInfoTemplate.setTitle("GWIC Record ${gwicid}");&lt;BR /&gt; gwaamonInfoTemplate.setContent("&amp;lt;table&amp;gt;" +&lt;BR /&gt; "&amp;lt;tr valign='top'&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Site Name&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;${site_name}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;BR /&gt;&lt;SPAN&gt; "&amp;lt;tr&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Well Log&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;a target='_newwellwin' href='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmggwic.mtech.edu%2Fsqlserver%2Fv11%2Freports%2FSiteSummary.asp%3Fgwicid%3D%24" rel="nofollow" target="_blank"&gt;http://mbmggwic.mtech.edu/sqlserver/v11/reports/SiteSummary.asp?gwicid=$&lt;/A&gt;&lt;SPAN&gt;{gwicid}&amp;amp;agency=mbmg&amp;amp;reqby=M&amp;amp;'&amp;gt;View&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;/SPAN&gt;&lt;BR /&gt; "&amp;lt;tr&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Site Type&amp;lt;/td&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;${site_type}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;BR /&gt; "&amp;lt;tr&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Location&amp;lt;/td&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;${township} ${range} ${section} ${qsection}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;BR /&gt;&lt;SPAN&gt; "&amp;lt;tr&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Water Levels&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;${swl_meas} &amp;lt;a target='_newwellwin' href='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmggwic.mtech.edu%2Fsqlserver%2Fv11%2Freports%2FWellHydrograph.asp%3Fgwicid%3D%24" rel="nofollow" target="_blank"&gt;http://mbmggwic.mtech.edu/sqlserver/v11/reports/WellHydrograph.asp?gwicid=$&lt;/A&gt;&lt;SPAN&gt;{gwicid}&amp;amp;agency=mbmg&amp;amp;reqby=M&amp;amp;'&amp;gt;Graph&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;/SPAN&gt;&lt;BR /&gt; "&amp;lt;tr&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Samples&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;${samples}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;BR /&gt; "&amp;lt;tr&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Field Visits&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;${field_visits}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;BR /&gt; "&amp;lt;/table&amp;gt;");&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var gwaamonFeatureLayer = new FeatureLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgmap.mtech.edu%2FArcGIS%2Frest%2Fservices%2FWater%2FGWAAMON_wells%2FMapServer%2F0" rel="nofollow" target="_blank"&gt;http://mbmgmap.mtech.edu/ArcGIS/rest/services/Water/GWAAMON_wells/MapServer/0&lt;/A&gt;&lt;SPAN&gt;", {&lt;/SPAN&gt;&lt;BR /&gt; mode: FeatureLayer.MODE_ONDEMAND,&lt;BR /&gt; outFields: ["gwicid", "site_name", "site_type", "township", "range", "section", "qsection", "swl_meas", "samples", "field_visits"],&lt;BR /&gt; infoTemplate: gwaamonInfoTemplate&lt;BR /&gt; });&lt;BR /&gt; legendLayers.push({&lt;BR /&gt; layer: gwaamonFeatureLayer,&lt;BR /&gt; title: "MBMG GWAAMON Network"&lt;BR /&gt; });&lt;BR /&gt; //map.addLayer(gwaamonFeatureLayer);&lt;/P&gt;&lt;P&gt;/*********************************************************&lt;BR /&gt; GWIC LAYER DEFINITIONS&lt;BR /&gt; *********************************************************/&lt;/P&gt;&lt;P&gt;/* Create a new InfoTemplate for the MBMG SWAMP layer 2014-12-29 */&lt;BR /&gt; var gwicInfoTemplate = new InfoTemplate();&lt;BR /&gt; gwicInfoTemplate.setTitle("GWIC Record ${GWICId}");&lt;BR /&gt; gwicInfoTemplate.setContent("&amp;lt;table&amp;gt;" +&lt;BR /&gt; "&amp;lt;tr valign='top'&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Site Name&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;${site_name}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;BR /&gt;&lt;SPAN&gt; "&amp;lt;tr&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Well Log&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;a target='_newwellwin' href='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmggwic.mtech.edu%2Fsqlserver%2Fv11%2Freports%2FSiteSummary.asp%3Fgwicid%3D%24" rel="nofollow" target="_blank"&gt;http://mbmggwic.mtech.edu/sqlserver/v11/reports/SiteSummary.asp?gwicid=$&lt;/A&gt;&lt;SPAN&gt;{gwicid}&amp;amp;agency=mbmg&amp;amp;reqby=M&amp;amp;'&amp;gt;View&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;/SPAN&gt;&lt;BR /&gt; "&amp;lt;tr&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Site Type&amp;lt;/td&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;${site_type}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;BR /&gt; "&amp;lt;tr&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Location&amp;lt;/td&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;${township} ${range} ${section} ${qsection}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;BR /&gt; "&amp;lt;tr&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Total Depth&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;${total_depth}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;BR /&gt; "&amp;lt;tr&amp;gt;&amp;lt;td style='white-space:nowrap;'&amp;gt;Static Water Level&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;${swl}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;" +&lt;BR /&gt; "&amp;lt;/table&amp;gt;");&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var gwicFeatureLayer = new FeatureLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgmap.mtech.edu%2FArcGIS%2Frest%2Fservices%2FWater%2FGWIC_wells_map_service_250k_vis%2FMapServer%2F0" rel="nofollow" target="_blank"&gt;http://mbmgmap.mtech.edu/ArcGIS/rest/services/Water/GWIC_wells_map_service_250k_vis/MapServer/0&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt; {&lt;BR /&gt; mode: FeatureLayer.MODE_ONDEMAND,&lt;BR /&gt; infoTemplate: gwicInfoTemplate,&lt;BR /&gt; outFields: ["*"]&lt;BR /&gt; });&lt;BR /&gt; legendLayers.push({&lt;BR /&gt; layer: gwicFeatureLayer,&lt;BR /&gt; title: "GWIC Wells"&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; /* Add the layers to the map that have been defined above */&lt;/P&gt;&lt;P&gt;map.addLayers([geo500Layer, streamLayer, hucLayer, gwaamonFeatureLayer, gwicFeatureLayer]);&lt;/P&gt;&lt;P&gt;/* Turn on mouse features */&lt;/P&gt;&lt;P&gt;// map.enableScrollWheelZoom();&lt;BR /&gt; //map.enableDoubleClickZoom();&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt; Build the check boxes that represent the layers&lt;BR /&gt; that have been added to the map above.&lt;BR /&gt; */&lt;/P&gt;&lt;P&gt;map.on("layers-add-result", function () {&lt;BR /&gt; //add check boxes&lt;BR /&gt; arrayUtils.forEach(legendLayers, function (layer) {&lt;BR /&gt; var layerName = layer.title;&lt;BR /&gt; var checkBox = new CheckBox({&lt;BR /&gt; name: "checkBox" + layer.layer.id,&lt;BR /&gt; value: layer.layer.id,&lt;BR /&gt; checked: layer.layer.visible&lt;BR /&gt; });&lt;BR /&gt; checkBox.on("change", function () {&lt;BR /&gt; var targetLayer = map.getLayer(this.value);&lt;BR /&gt; targetLayer.setVisibility(!targetLayer.visible);&lt;BR /&gt; this.checked = targetLayer.visible;&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;//add the check box and label to the toc&lt;BR /&gt; domConstruct.place(checkBox.domNode, dom.byId("toggle"), "after");&lt;BR /&gt; var checkLabel = domConstruct.create("label", {&lt;BR /&gt; "for": checkBox.name,&lt;BR /&gt; innerHTML: layerName&lt;BR /&gt; }, checkBox.domNode, "after");&lt;BR /&gt; domConstruct.place("&amp;lt;br /&amp;gt;", checkLabel, "after");&lt;BR /&gt; });&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;/* Re-size the infoWindow to fit the standard contents */&lt;/P&gt;&lt;P&gt;map.infoWindow.resize(300, 150);&lt;/P&gt;&lt;P&gt;/* Function to change the opacity of a layer */&lt;/P&gt;&lt;P&gt;function changeOpacity(op) {&lt;BR /&gt; var newOp = (op / 100);&lt;BR /&gt; geo500Layer.setOpacity(newOp);&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;/* Show Lat/Long coordinate pairs */&lt;/P&gt;&lt;P&gt;function showCoordinates(evt) {&lt;BR /&gt; var mp = webMercatorUtils.webMercatorToGeographic(evt.mapPoint);&lt;BR /&gt; dom.byId("currentPosition").innerHTML = "&amp;lt;strong&amp;gt;Lon:&amp;lt;/strong&amp;gt; " + mp.x.toFixed(6) + "&amp;lt;strong&amp;gt; Lat:&amp;lt;/strong&amp;gt; " + mp.y.toFixed(6) + " ";&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;/* New changeScale function uses esri/geometry/scaleUtils */&lt;/P&gt;&lt;P&gt;function changeScale() {&lt;BR /&gt; var scale = scaleUtils.getScale(map);&lt;BR /&gt; dojo.byId("currentScale").innerHTML = "&amp;lt;strong&amp;gt;Scale:&amp;lt;/strong&amp;gt; 1:" + addCommas(scale.toFixed(0));&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;/* Custom function to add commas to a string (number) */&lt;/P&gt;&lt;P&gt;function addCommas(inVal) {&lt;BR /&gt; inVal += '';&lt;BR /&gt; x = inVal.split('.');&lt;BR /&gt; x1 = x[0];&lt;BR /&gt; x2 = x.length &amp;gt; 1 ? '.' + x[1] : '';&lt;BR /&gt; var rgx = /(\d+)(\d{3})/;&lt;BR /&gt; while (rgx.test(x1)) {&lt;BR /&gt; x1 = x1.replace(rgx, '$1' + ',' + '$2');&lt;BR /&gt; }&lt;BR /&gt; return x1 + x2;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;/* Extents */&lt;BR /&gt; function showExtent() {&lt;BR /&gt; var s = "";&lt;BR /&gt; s = "XMin: " + map.extent.xmin + "&amp;lt;br/&amp;gt;"&lt;BR /&gt; + " YMin: " + map.extent.ymin + "&amp;lt;br/&amp;gt;"&lt;BR /&gt; + " XMax: " + map.extent.xmax + "&amp;lt;br/&amp;gt;"&lt;BR /&gt; + " YMax: " + map.extent.ymax;&lt;BR /&gt; dojo.byId("extentDisplay").innerHTML = s;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the html is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--[if lt IE 7]&amp;gt; &amp;lt;html class="layout_1 page_501 layout_responsive hasTopbanner hasLeftbanner hasRightbanner hasBottombanner pagetype_default ie6"&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;BR /&gt;&amp;lt;!--[if IE 7]&amp;gt; &amp;lt;html class="layout_1 page_501 layout_responsive hasTopbanner hasLeftbanner hasRightbanner hasBottombanner pagetype_default ie7"&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;BR /&gt;&amp;lt;!--[if IE 8]&amp;gt; &amp;lt;html class="layout_1 page_501 layout_responsive hasTopbanner hasLeftbanner hasRightbanner hasBottombanner pagetype_default ie8"&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;BR /&gt;&amp;lt;!--[if gt IE 8]&amp;gt;&amp;lt;!--&amp;gt;&lt;BR /&gt;&amp;lt;html class="layout_1 page_501 layout_responsive hasTopbanner hasLeftbanner hasRightbanner hasBottombanner pagetype_default" lang="en"&amp;gt;&lt;BR /&gt;&amp;lt;!--&amp;lt;![endif]--&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&lt;BR /&gt; &amp;lt;meta name="apple-mobile-web-app-capable" content="yes"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"&amp;gt;&lt;BR /&gt; &amp;lt;title&amp;gt;Getting Started - Mobile&amp;lt;/title&amp;gt;&lt;BR /&gt; &amp;lt;meta name="description" content="MBMG"&amp;gt;&lt;BR /&gt; &amp;lt;meta name="keywords" content="Montana Bureau of Mines and Geology"&amp;gt;&lt;BR /&gt; &amp;lt;meta name="poweredby" content="finalsite.com"&amp;gt;&lt;BR /&gt; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=Edge"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;meta http-equiv="Expires" content="0"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;script type="text/javascript"&amp;gt;window.NREUM || (NREUM = {}), __nr_require = function (t, e, n) { function r(n) { if (!e&lt;N&gt;) { var o = e&lt;N&gt; = { exports: {} }; t&lt;N&gt;[0].call(o.exports, function (e) { var o = t&lt;N&gt;[1]&lt;E&gt;; return r(o || e) }, o, o.exports) } return e&lt;N&gt;.exports } if ("function" == typeof __nr_require) return __nr_require; for (var o = 0; o &amp;lt; n.length; o++) r(n&lt;O&gt;); return r }({ 1: [function (t, e, n) { function r() { } function o(t, e, n) { return function () { return i(t, [(new Date).getTime()].concat(u(arguments)), e ? null : this, n), e ? void 0 : this } } var i = t("handle"), a = t(2), u = t(3), c = t("ee").get("tracer"), f = NREUM; "undefined" == typeof window.newrelic &amp;amp;&amp;amp; (newrelic = f); var s = ["setPageViewName", "setCustomAttribute", "finished", "addToTrace", "inlineHit"], p = "api-", l = p + "ixn-"; a(s, function (t, e) { f&lt;E&gt; = o(p + e, !0, "api") }), f.addPageAction = o(p + "addPageAction", !0), e.exports = newrelic, f.interaction = function () { return (new r).get() }; var d = r.prototype = { createTracer: function (t, e) { var n = {}, r = this, o = "function" == typeof e; return i(l + "tracer", [Date.now(), t, n], r), function () { if (c.emit((o ? "" : "no-") + "fn-start", [Date.now(), r, o], n), o) try { return e.apply(this, arguments) } finally { c.emit("fn-end", [Date.now()], n) } } } }; a("setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","), function (t, e) { d&lt;E&gt; = o(l + e) }), newrelic.noticeError = function (t) { "string" == typeof t &amp;amp;&amp;amp; (t = new Error(t)), i("err", [t, (new Date).getTime()]) } }, {}], 2: [function (t, e, n) { function r(t, e) { var n = [], r = "", i = 0; for (r in t) o.call(t, r) &amp;amp;&amp;amp; (n&lt;I&gt; = e(r, t&lt;R&gt;), i += 1); return n } var o = Object.prototype.hasOwnProperty; e.exports = r }, {}], 3: [function (t, e, n) { function r(t, e, n) { e || (e = 0), "undefined" == typeof n &amp;amp;&amp;amp; (n = t ? t.length : 0); for (var r = -1, o = n - e || 0, i = Array(o &amp;lt; 0 ? 0 : o) ; ++r &amp;lt; o;) i&lt;R&gt; = t[e + r]; return i } e.exports = r }, {}], ee: [function (t, e, n) { function r() { } function o(t) { function e(t) { return t &amp;amp;&amp;amp; t instanceof r ? t : t ? u(t, a, i) : i() } function n(n, r, o) { t &amp;amp;&amp;amp; t(n, r, o); for (var i = e(o), a = l(n), u = a.length, c = 0; c &amp;lt; u; c++) a&lt;C&gt;.apply(i, r); var s = f[m&lt;N&gt;]; return s &amp;amp;&amp;amp; s.push([w, n, r, i]), i } function p(t, e) { g&lt;T&gt; = l(t).concat(e) } function l(t) { return g&lt;T&gt; || [] } function d(t) { return s&lt;T&gt; = s&lt;T&gt; || o(n) } function v(t, e) { c(t, function (t, n) { e = e || "feature", m&lt;N&gt; = e, e in f || (f&lt;E&gt; = []) }) } var g = {}, m = {}, w = { on: p, emit: n, get: d, listeners: l, context: e, buffer: v }; return w } function i() { return new r } var a = "nr@context", u = t("gos"), c = t(2), f = {}, s = {}, p = e.exports = o(); p.backlog = f }, {}], gos: [function (t, e, n) { function r(t, e, n) { if (o.call(t, e)) return t&lt;E&gt;; var r = n(); if (Object.defineProperty &amp;amp;&amp;amp; Object.keys) try { return Object.defineProperty(t, e, { value: r, writable: !0, enumerable: !1 }), r } catch (i) { } return t&lt;E&gt; = r, r } var o = Object.prototype.hasOwnProperty; e.exports = r }, {}], handle: [function (t, e, n) { function r(t, e, n, r) { o.buffer(&lt;T&gt;, r), o.emit(t, e, n) } var o = t("ee").get("handle"); e.exports = r, r.ee = o }, {}], id: [function (t, e, n) { function r(t) { var e = typeof t; return !t || "object" !== e &amp;amp;&amp;amp; "function" !== e ? -1 : t === window ? 0 : a(t, i, function () { return o++ }) } var o = 1, i = "nr@id", a = t("gos"); e.exports = r }, {}], loader: [function (t, e, n) { function r() { if (!h++) { var t = y.info = NREUM.info, e = s.getElementsByTagName("script")[0]; if (t &amp;amp;&amp;amp; t.licenseKey &amp;amp;&amp;amp; t.applicationID &amp;amp;&amp;amp; e) { c(m, function (e, n) { t&lt;E&gt; || (t&lt;E&gt; = n) }); var n = "https" === g.split(":")[0] || t.sslForHttp; y.proto = n ? "&lt;/E&gt;&lt;/E&gt;&lt;/T&gt;&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/N&gt;&lt;/T&gt;&lt;/T&gt;&lt;/T&gt;&lt;/T&gt;&lt;/N&gt;&lt;/C&gt;&lt;/R&gt;&lt;/R&gt;&lt;/I&gt;&lt;/E&gt;&lt;/E&gt;&lt;/O&gt;&lt;/N&gt;&lt;/E&gt;&lt;/N&gt;&lt;/N&gt;&lt;/N&gt;&lt;/N&gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;" : "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;", u("mark", ["onload", a()], null, "api"); var r = s.createElement("script"); r.src = y.proto + t.agent, e.parentNode.insertBefore(r, e) } } } function o() { "complete" === s.readyState &amp;amp;&amp;amp; i() } function i() { u("mark", ["domContent", a()], null, "api") } function a() { return (new Date).getTime() } var u = t("handle"), c = t(2), f = window, s = f.document, p = "addEventListener", l = "attachEvent", d = f.XMLHttpRequest, v = d &amp;amp;&amp;amp; d.prototype; NREUM.o = { ST: setTimeout, CT: clearTimeout, XHR: d, REQ: f.Request, EV: f.Event, PR: f.Promise, MO: f.MutationObserver }, t(1); var g = "" + location, m = { beacon: "bam.nr-data.net", errorBeacon: "bam.nr-data.net", agent: "js-agent.newrelic.com/nr-963.min.js" }, w = d &amp;amp;&amp;amp; v &amp;amp;&amp;amp; v&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &amp;amp;&amp;amp; !/CriOS/.test(navigator.userAgent), y = e.exports = { offset: a(), origin: g, features: {}, xhrWrappable: w }; s&lt;/P&gt;&lt;P&gt; ? (s&lt;/P&gt;&lt;P&gt;("DOMContentLoaded", i, !1), f&lt;/P&gt;&lt;P&gt;("load", r, !1)) : (s&lt;L&gt;("onreadystatechange", o), f&lt;L&gt;("onload", r)), u("mark", ["firstbyte", a()], null, "api"); var h = 0 }, {}] }, {}, ["loader"]);&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link rel="shortcut icon" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb%2Ffavicon.ico" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb/favicon.ico&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/L&gt;&lt;/L&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;link rel="canonical" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.misericordia.edu%2Fpage.cfm%3Fp%3D501" rel="nofollow" target="_blank"&gt;http://www.misericordia.edu/page.cfm?p=501&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.misericordia.edu%2Fstyles.cfm%3Fb%3D1469446013869" rel="nofollow" target="_blank"&gt;http://www.misericordia.edu/styles.cfm?b=1469446013869&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;link type="text/css" rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb3%2Fss.css" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb3/ss.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;style type="text/css"&amp;gt;&lt;BR /&gt; body {&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-right: 0;&lt;BR /&gt; margin-bottom: 0;&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; color: #;&lt;BR /&gt; font: 14px;&lt;BR /&gt; line-height: 150%;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;table {&lt;BR /&gt; text-align: left;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;a {&lt;BR /&gt; color: #;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;a:visited {&lt;BR /&gt; color: #;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;a:active {&lt;BR /&gt; color: #;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;input {&lt;BR /&gt; font: 14px;&lt;BR /&gt; color: #;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;select {&lt;BR /&gt; font: 14px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;textarea {&lt;BR /&gt; font: 14px;&lt;BR /&gt; color: #;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.buttons {&lt;BR /&gt; font: 14px;&lt;BR /&gt; color: white;&lt;BR /&gt; font-weight: bold;&lt;BR /&gt; background-color: #;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.text_misc, .text_misc td {&lt;BR /&gt; line-height: normal;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.text_misc p {&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.hier {&lt;BR /&gt; font: 10px;&lt;BR /&gt; color: #;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#topbanner {&lt;BR /&gt; width: 100%;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-right: auto;&lt;BR /&gt; margin-left: auto;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#midcontainer {&lt;BR /&gt; background-color: #;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#mainmiddle {&lt;BR /&gt; width: 100%;&lt;BR /&gt; min-height: 200px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-right: auto;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; margin-left: auto;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#contentdiv {&lt;BR /&gt; min-height: 200px;&lt;BR /&gt; height: 100%;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bottomcontainer {&lt;BR /&gt; clear: both;&lt;BR /&gt; text-align: center;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bottombanner {&lt;BR /&gt; width: 100%;&lt;BR /&gt; margin-top:;&lt;BR /&gt; margin-right: auto;&lt;BR /&gt; margin-bottom:;&lt;BR /&gt; margin-left: auto;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-right: 0;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#poweredby {&lt;BR /&gt; padding-top: 5px;&lt;BR /&gt; padding-bottom: 5px;&lt;BR /&gt; text-align: center;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#poweredby div {&lt;BR /&gt; width: 100%;&lt;BR /&gt; margin: auto;&lt;BR /&gt; }&lt;BR /&gt; &amp;lt;/style&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fnewjs.finalsite.com%2F160724%2Fjavascript%2FjQuery%2Fjquery.min.js" rel="nofollow" target="_blank"&gt;http://newjs.finalsite.com/160724/javascript/jQuery/jquery.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;script type="text/javascript"&amp;gt; var $j = jQuery.noConflict(); &amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fnewjs.finalsite.com%2F160724%2Fjavascript%2Ffs_global.js" rel="nofollow" target="_blank"&gt;http://newjs.finalsite.com/160724/javascript/fs_global.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;script type="text/javascript"&amp;gt;&lt;/P&gt;&lt;P&gt;window.name = 'finalsite_misericordia';&lt;/P&gt;&lt;P&gt;var pageid = 501;&lt;BR /&gt; var pagearray = new Array();&lt;BR /&gt; pagearray[0] = 501;&lt;/P&gt;&lt;P&gt;trackingpath = '/Academics'; //Fix syntax highlighting "&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;style type="text/css" media="screen"&amp;gt;&lt;BR /&gt; #navtable_5 {&lt;BR /&gt; list-style-type: none;&lt;BR /&gt; margin: 0px 0px 0px 0px;&lt;BR /&gt; padding: 0;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#navtable_5 ul {&lt;BR /&gt; list-style-type: none;&lt;BR /&gt; margin: 0;&lt;BR /&gt; padding: 0;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#navtable_5 a, #navtable_5 a:link, #navtable_5 a:visited {&lt;BR /&gt; display: block;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; font-size: 13px;&lt;BR /&gt; text-decoration: none;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#navtable_5 span {&lt;BR /&gt; display: block;&lt;BR /&gt; background-image: none !important;&lt;BR /&gt; }&lt;BR /&gt; /* 2nd level */&lt;BR /&gt; #navtable_5 ul a {&lt;BR /&gt; background: none !important;&lt;BR /&gt; padding-left: 24px !important;&lt;BR /&gt; border-color: transparent !important;&lt;BR /&gt; font-size: 13px !important;&lt;BR /&gt; font-weight: normal !important;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#navtable_5 ul a span {&lt;BR /&gt; background-image: none !important;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;/* 3rd level */&lt;BR /&gt; #navtable_5 ul ul a {&lt;BR /&gt; background: none !important;&lt;BR /&gt; padding-left: 36px !important;&lt;BR /&gt; border-color: transparent !important;&lt;BR /&gt; font-size: 13px !important;&lt;BR /&gt; font-weight: normal !important;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#navtable_5 ul ul a span {&lt;BR /&gt; background-image: none !important;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;/* On State */&lt;BR /&gt; #navtable_5 a.navon {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#navtable_5 a.navon span {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;/* Hover State */&lt;BR /&gt; #navtable_5 a:hover {&lt;BR /&gt; }&lt;BR /&gt; &amp;lt;/style&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fnewjs.finalsite.com%2F160724%2Fjavascript%2FjQuery%2Fplugins%2Fjquery.fsBreakly.js" rel="nofollow" target="_blank"&gt;http://newjs.finalsite.com/160724/javascript/jQuery/plugins/jquery.fsBreakly.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fnewjs.finalsite.com%2F160724%2Fjavascript%2Fpages%2Fblogs%2Fblog.js" rel="nofollow" target="_blank"&gt;http://newjs.finalsite.com/160724/javascript/pages/blogs/blog.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fnewcss.finalsite.com%2F160724%2Fcss%2Fnews%2Fnews.css" rel="nofollow" target="_blank"&gt;http://newcss.finalsite.com/160724/css/news/news.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link type="text/css" rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fnewjs.finalsite.com%2F160724%2Fjavascript%2FjQuery%2Fthemes%2Ffinalsite%2Fjquery.ui.1.8rc3.css" rel="nofollow" target="_blank"&gt;http://newjs.finalsite.com/160724/javascript/jQuery/themes/finalsite/jquery.ui.1.8rc3.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;style type="text/css"&amp;gt;&amp;lt;/style&amp;gt;&lt;BR /&gt; &amp;lt;style type="text/css"&amp;gt;&lt;BR /&gt; #bannermod208 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod208, #bannermod208 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod208 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod208 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod180 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod180, #bannermod180 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod180 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod180 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod10 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod10, #bannermod10 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod10 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod10 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod334 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod334, #bannermod334 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod334 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod334 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod182 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod182, #bannermod182 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod182 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod182 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#leftbanner {&lt;BR /&gt; width: 208px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod5 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod5, #bannermod5 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod5 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod5 .bannermodtd {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#rightbanner {&lt;BR /&gt; width: 220px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod262 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod262, #bannermod262 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod262 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod262 .bannermodtd {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#rightbanner {&lt;BR /&gt; width: 220px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod207 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod207, #bannermod207 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod207 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod207 .bannermodtd {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod224 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod224, #bannermod224 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod224 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod224 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod184 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod184, #bannermod184 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod184 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod184 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod191 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod191, #bannermod191 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod191 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod191 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod193 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod193, #bannermod193 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod193 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod193 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod194 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod194, #bannermod194 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod194 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod194 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod195 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod195, #bannermod195 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod195 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod195 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod196 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod196, #bannermod196 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod196 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod196 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod197 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod197, #bannermod197 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod197 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod197 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod192 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod192, #bannermod192 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod192 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod192 .bannermodtitle {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod185 {&lt;BR /&gt; margin-left: 0px;&lt;BR /&gt; margin-right: 0px;&lt;BR /&gt; margin-top: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod185, #bannermod185 td {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod185 .bannermodcontent {&lt;BR /&gt; padding-left: 0px;&lt;BR /&gt; padding-right: 0px;&lt;BR /&gt; padding-top: 0px;&lt;BR /&gt; padding-bottom: 0px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;#bannermod185 .bannermodtitle {&lt;BR /&gt; }&lt;BR /&gt; &amp;lt;/style&amp;gt;&lt;BR /&gt; &amp;lt;!-- BROWSER VIEWPORT --&amp;gt;&lt;BR /&gt; &amp;lt;meta name="viewport" content="initial-scale=1, width=device-width" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- CORE STYLESHEETS --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb3%2Fcore.css" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb3/core.css&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet" type="text/css"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb3%2Flayout.css" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb3/layout.css&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet" type="text/css"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb3%2Fcore-desktop.css" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb3/core-desktop.css&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet" type="text/css"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb3%2Fcore-tablet.css" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb3/core-tablet.css&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet" type="text/css"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb3%2Fcore-mobile.css" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb3/core-mobile.css&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet" type="text/css"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- CUSTOM STYLESHEET --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb3%2Fcustom.css%3F604" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb3/custom.css?604&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet" type="text/css"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.misericordia.edu%2Fuploaded%2Fcode%2Frevisions.css%3F527" rel="nofollow" target="_blank"&gt;http://www.misericordia.edu/uploaded/code/revisions.css?527&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet" type="text/css"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;!-- LIBRARY CSS --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmaxcdn.bootstrapcdn.com%2Ffont-awesome%2F4.2.0%2Fcss%2Ffont-awesome.min.css" rel="nofollow" target="_blank"&gt;http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.misericordia.edu%2Fuploaded%2Ftemplate%2Fcode%2Fjquery.mCustomScrollbar.css" rel="nofollow" target="_blank"&gt;http://www.misericordia.edu/uploaded/template/code/jquery.mCustomScrollbar.css&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- IE RELATED FIXES --&amp;gt;&lt;BR /&gt; &amp;lt;!--[if lte IE 8]&amp;gt;&lt;BR /&gt; &amp;lt;link href="uploaded/template/code/ie-fix.css" rel="stylesheet"&amp;gt;&lt;BR /&gt; &amp;lt;link href="uploaded/template/code/ie-news.css" rel="stylesheet"&amp;gt;&lt;BR /&gt; &amp;lt;script src="uploaded/code/css3-mediaqueries.js" type="text/javascript" language="javascript"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt; &amp;lt;![endif]--&amp;gt;&lt;BR /&gt; &amp;lt;!-- JQUERY PLUGINS &amp;amp; SNIPPETS --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.misericordia.edu%2Fuploaded%2Fcode%2Fjquery.flexslider.js" rel="nofollow" target="_blank"&gt;http://www.misericordia.edu/uploaded/code/jquery.flexslider.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmalihu.github.io%2Fcustom-scrollbar%2Fjquery.mCustomScrollbar.concat.min.js" rel="nofollow" target="_blank"&gt;http://malihu.github.io/custom-scrollbar/jquery.mCustomScrollbar.concat.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- LOCALIZED SCRIPTS --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.misericordia.edu%2Fuploaded%2Ftemplate%2Fcode%2Fjquery.core.js%3Fv%3D2" rel="nofollow" target="_blank"&gt;http://www.misericordia.edu/uploaded/template/code/jquery.core.js?v=2&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- INSERT TYPEKITS OR GOOGLE FONTS --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DSource%2BSans%2BPro%3A400%2C600%2C700%2C700italic%2C600italic%2C400italic%2C300%2C300italic" rel="nofollow" target="_blank"&gt;http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,700italic,600italic,400italic,300,300italic&lt;/A&gt;&lt;SPAN&gt;' rel='stylesheet' type='text/css'&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt; (function (i, s, o, g, r, a, m) {&lt;BR /&gt; i['GoogleAnalyticsObject'] = r; i&lt;R&gt; = i&lt;R&gt; || function () {&lt;BR /&gt; (i&lt;R&gt;.q = i&lt;R&gt;.q || []).push(arguments)&lt;BR /&gt; }, i&lt;R&gt;.l = 1 * new Date(); a = s.createElement(o),&lt;BR /&gt; m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)&lt;BR /&gt; })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');&lt;/R&gt;&lt;/R&gt;&lt;/R&gt;&lt;/R&gt;&lt;/R&gt;&lt;/P&gt;&lt;P&gt;ga('create', 'UA-3000352-1', 'auto');&lt;BR /&gt; ga('send', 'pageview');&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Start of Async HubSpot Analytics Code --&amp;gt;&lt;BR /&gt; &amp;lt;script type="text/javascript"&amp;gt;&lt;BR /&gt; (function (d, s, i, r) {&lt;BR /&gt; if (d.getElementById(i)) { return; }&lt;BR /&gt; var n = d.createElement(s), e = d.getElementsByTagName(s)[0];&lt;BR /&gt; n.id = i; n.src = '//js.hs-analytics.net/analytics/' + (Math.ceil(new Date() / r) * r) + '/536549.js';&lt;BR /&gt; e.parentNode.insertBefore(n, e);&lt;BR /&gt; })(document, "script", "hs-analytics", 300000);&lt;BR /&gt; &amp;lt;/script&amp;gt;&lt;BR /&gt; &amp;lt;!-- End of Async HubSpot Analytics Code --&amp;gt;&lt;BR /&gt; &amp;lt;!-- Go to www.addthis.com/dashboard to customize your tools --&amp;gt;&lt;BR /&gt; &amp;lt;script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54be8237215169f8" async="async"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- begin CBE code --&amp;gt;&lt;BR /&gt; &amp;lt;script&amp;gt;&lt;BR /&gt; (function (a, b, c, d, e, f, g) {&lt;BR /&gt; a&lt;E&gt; = a&lt;E&gt; || function () { (a&lt;E&gt;.q = a&lt;E&gt;.q || []).push(arguments) }; f = b.createElement(c);&lt;BR /&gt; g = b.getElementsByTagName(c)[0]; f.async = 1; f.src = d + "/cbe/"; g.parentNode.insertBefore(f, g);&lt;BR /&gt; a&lt;E&gt;('create', d, 2);&lt;BR /&gt; a&lt;E&gt;('log', 'pageview');&lt;BR /&gt;&lt;SPAN&gt; })(window, document, "script", "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmis.capturehighered.net" rel="nofollow" target="_blank"&gt;https://mis.capturehighered.net&lt;/A&gt;&lt;SPAN&gt;", "_cbe");&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/script&amp;gt;&lt;BR /&gt; &amp;lt;!-- end CBE code --&amp;gt;&lt;BR /&gt; &amp;lt;!-- Siteimprove code --&amp;gt;&lt;BR /&gt; &amp;lt;script&amp;gt;&lt;BR /&gt; (function () {&lt;BR /&gt; var sz = document.createElement('script'); sz.type = 'text/javascript'; sz.async = true;&lt;BR /&gt; sz.src = '//us1.siteimprove.com/js/siteanalyze_54160.js';&lt;BR /&gt; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sz, s);&lt;BR /&gt; })();&lt;BR /&gt; &amp;lt;/script&amp;gt;&lt;BR /&gt; &amp;lt;!-- End of Siteimprove code --&amp;gt;&lt;BR /&gt; &amp;lt;!-- Support --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb3%2Fsupport.custom.css%3F542016" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb3/support.custom.css?542016&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet" type="text/css"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.misericordia.edu%2Fuploaded%2Fthemes%2Flibrary%2Fjs%2Fsupport.custom.js" rel="nofollow" target="_blank"&gt;http://www.misericordia.edu/uploaded/themes/library/js/support.custom.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Bootstrap core CSS &lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb3%2Fbootstrap.min.css" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb3/bootstrap.min.css&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet"&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- IE10 viewport hack for Surface/desktop Windows 8 bug --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgetbootstrap.com%2Fassets%2Fcss%2Fie10-viewport-bug-workaround.css" rel="nofollow" target="_blank"&gt;https://getbootstrap.com/assets/css/ie10-viewport-bug-workaround.css&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Custom styles for this template --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb3%2Fsignin.css" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb3/signin.css&lt;/A&gt;&lt;SPAN&gt;" rel="stylesheet"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Just for debugging purposes. Don't actually copy these 2 lines! --&amp;gt;&lt;BR /&gt; &amp;lt;!--[if lt IE 9]&amp;gt;&amp;lt;script src="../../assets/js/ie8-responsive-file-warning.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;![endif]--&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgetbootstrap.com%2Fassets%2Fjs%2Fie-emulation-modes-warning.js" rel="nofollow" target="_blank"&gt;https://getbootstrap.com/assets/js/ie-emulation-modes-warning.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --&amp;gt;&lt;BR /&gt; &amp;lt;!--[if lt IE 9]&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Foss.maxcdn.com%2Fhtml5shiv%2F3.7.3%2Fhtml5shiv.min.js" rel="nofollow" target="_blank"&gt;https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Foss.maxcdn.com%2Frespond%2F1.4.2%2Frespond.min.js" rel="nofollow" target="_blank"&gt;https://oss.maxcdn.com/respond/1.4.2/respond.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;![endif]--&amp;gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjs.arcgis.com%2F3.18esri%2Fcss%2Fesri.css" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.18esri/css/esri.css&lt;/A&gt;&lt;SPAN&gt;" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjs.arcgis.com%2F3.18%2Fdijit%2Fthemes%2Fclaro%2Fclaro.css" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.18/dijit/themes/claro/claro.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link rel="stylesheet" type="text/css" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdata.mbmg.mtech.edu%2Fcss%2FmapperStyles_1.css" rel="nofollow" target="_blank"&gt;http://data.mbmg.mtech.edu/css/mapperStyles_1.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjs.arcgis.com%2F3.13%2F" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.13/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt; &amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2F3.13%2Fmapper%2Fjs%2FproductionQuakesView313.js" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/3.13/mapper/js/productionQuakesView313.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt; &amp;lt;link rel="stylesheet" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fjavascript%2F3%2Fsamples%2Fmobile_template%2Fcss%2Fmain.css" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/javascript/3/samples/mobile_template/css/main.css&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;style type="text/css"&amp;gt;&lt;BR /&gt; #HomeButton {&lt;BR /&gt; position: absolute;&lt;BR /&gt; top: 95px;&lt;BR /&gt; left: 20px;&lt;BR /&gt; z-index: 50;&lt;BR /&gt; }&lt;BR /&gt; &amp;lt;/style&amp;gt;&lt;BR /&gt; &lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;body class="yui-skin-sam" onload="try{pageLoad()}catch(err){};try{loadmap()}catch(err){}"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="bodydiv" class="text"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;!-- Start Top Banner --&amp;gt;&lt;BR /&gt; &amp;lt;div id="topcontainer"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="topbanner"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="bannermod208" class="top-nav-slide mobile"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="bannerdiv208" class="bannermodcontent"&amp;gt;&lt;BR /&gt; &amp;lt;div style="clear: both;"&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="content208"&amp;gt;&lt;BR /&gt; &amp;lt;button type="button" id="mobile-nav-close"&amp;gt;Close&amp;lt;/button&amp;gt;&lt;BR /&gt; &amp;lt;form method="get" action="searchresults.cfm" name="fs_search"&amp;gt;&lt;BR /&gt; &amp;lt;input name="keywords" placeholder="search mbmg" id="search_keywords" type="text"&amp;gt;&lt;BR /&gt; &amp;lt;label for="search_keywords"&amp;gt;Search Keywords&amp;lt;/label&amp;gt;&lt;BR /&gt; &amp;lt;button type="submit" id="search_submit"&amp;gt;&amp;lt;i class="fa fa-search"&amp;gt;&amp;lt;/i&amp;gt;Search&amp;lt;/button&amp;gt;&lt;BR /&gt; &amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ul class="nav-m-main"&amp;gt;&amp;lt;/ul&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ul class="nav-m-quick"&amp;gt;&amp;lt;/ul&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div style="clear: both;"&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="bannermod180" class="header-logo row"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="bannerdiv180" class="bannermodcontent"&amp;gt;&lt;BR /&gt; &amp;lt;div style="clear: both;"&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="content180"&amp;gt;&lt;BR /&gt; &amp;lt;!-- LOGO --&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="page.cfm?p=1" class="site-logo"&amp;gt;&amp;lt;img src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmbmgweb.mtech.edu%2Fnewweb3%2Flogombmg.png" rel="nofollow" target="_blank"&gt;http://mbmgweb.mtech.edu/newweb3/logombmg.png&lt;/A&gt;&lt;SPAN&gt;" alt="Clicking the Misericordia University logo will return you to the homepage"&amp;gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;!-- END LOGO --&amp;gt;&lt;BR /&gt; &amp;lt;!-- SEARCH BAR --&amp;gt;&lt;BR /&gt; &amp;lt;form method="get" action="searchresults.cfm" name="fs_search"&amp;gt;&lt;BR /&gt; &amp;lt;input name="keywords" id="search_keywords_mobile" placeholder="search mbmg" type="text"&amp;gt;&lt;BR /&gt; &amp;lt;label for="search_keywords_mobile"&amp;gt;Search Keywords&amp;lt;/label&amp;gt;&lt;BR /&gt; &amp;lt;button type="submit" id="search_submit"&amp;gt;&amp;lt;i class="fa fa-search"&amp;gt;&amp;lt;/i&amp;gt;Search&amp;lt;/button&amp;gt;&lt;BR /&gt; &amp;lt;/form&amp;gt;&lt;BR /&gt; &amp;lt;!-- END SEARCH --&amp;gt;&lt;BR /&gt; &amp;lt;!-- HEADER NAV --&amp;gt;&lt;BR /&gt; &amp;lt;ul&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;Well Data&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;Reports&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;DrillerWeb&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;DNRC&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;Help!&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;/ul&amp;gt;&lt;BR /&gt; &amp;lt;!-- END HEADER NAV --&amp;gt;&lt;BR /&gt; &amp;lt;!-- MOBILE NAV TRIGGER --&amp;gt;&lt;BR /&gt; &amp;lt;button id="mobile-nav-control" class="mobile" type="button"&amp;gt;&amp;lt;i class="fa fa-navicon"&amp;gt;&amp;lt;/i&amp;gt; Menu&amp;lt;/button&amp;gt;&lt;BR /&gt; &amp;lt;!-- END MOBILE NAV TRIGGER --&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div style="clear: both;"&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="bannermod10" class="main-nav"&amp;gt;&lt;BR /&gt; &amp;lt;div id="bannerdiv10" class="bannermodcontent"&amp;gt;&lt;BR /&gt; &amp;lt;div style="clear: both;"&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div id="content10"&amp;gt;&lt;BR /&gt; &amp;lt;ul id="nav" class="row"&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://community.esri.com/Final_v1/main.html" target="_self" class="fsBtn"&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://community.esri.com/Final_v1/about/about-mbmg.html?p=499" target="_self" class="fsBtn"&amp;gt;About&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="../newweb3/page.cfm?p=503" class="fsBtn"&amp;gt;Research&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="../newweb3/page.cfm?p=505" class="fsBtn"&amp;gt;Information&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://community.esri.com/Final_v1/museum/museum-main.html?p=504" target="_self" class="fsBtn"&amp;gt;Mineral Museum&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="../newweb3/njf/page.cfm?p=506" class="fsBtn"&amp;gt;Kids&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;/ul&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;div style="clear: both;"&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="bannermod334" class="print-page"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="bannerdiv334" class="bannermodcontent"&amp;gt;&lt;BR /&gt; &amp;lt;div style="clear: both;"&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;!-- &amp;lt;div id="content334"&amp;gt;&amp;lt;span id="print-page"&amp;gt;&amp;lt;a href="#" title="print page" onclick="printpage(); return false;"&amp;gt;&amp;lt;img src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.misericordia.edu%2Fimages%2Fadmin_ui%2F2.0%2Fblack%2Fprint.png" rel="nofollow" target="_blank"&gt;http://www.misericordia.edu/images/admin_ui/2.0/black/print.png&lt;/A&gt;&lt;SPAN&gt;" alt="print calendar" border="0"&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div style="clear: both;"&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--&amp;lt;div id="bannermod182" class="hier-tools hidden"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="bannerdiv182" class="bannermodcontent"&amp;gt;&lt;BR /&gt; &amp;lt;div style="clear: both;"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="content182"&amp;gt;&lt;BR /&gt; &amp;lt;div class="hiersect"&amp;gt;&amp;lt;a href="page.cfm?p=1"&amp;gt;Home&amp;lt;/a&amp;gt; &amp;amp;gt; &amp;lt;div class=hier style='margin-left: 0'&amp;gt;Information&amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div style="clear: both;"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;--&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&amp;lt;!-- end topbanner--&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&amp;lt;!-- End topcontainer --&amp;gt;&lt;BR /&gt; &amp;lt;!-- Begin middle section --&amp;gt;&lt;BR /&gt; &amp;lt;div id="midcontainer"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="mapView" data-dojo-type="dojox.mobile.View" data-dojo-props="selected: true"&amp;gt;&lt;BR /&gt; &amp;lt;div id="mapContainer" data-dojo-type="dojox.mobile.ContentPane"&amp;gt;&lt;BR /&gt; &amp;lt;div id="map"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- end of midcontainer --&amp;gt; &lt;BR /&gt; &lt;BR /&gt; &amp;lt;!-- begin bottombanner--&amp;gt;&lt;BR /&gt; &amp;lt;!-- end bottombanner --&amp;gt;&lt;BR /&gt; &amp;lt;!-- end bottomcontainer --&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt; &amp;lt;!-- end of body --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="nav_menus" style="position:absolute; top:0; left:0;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="dhtmlmenu_499" style="visibility:hidden;" onmouseover="clearTimeout(wait);" onmouseout="mnuOut('dhtmlbtn_499',this.id);"&amp;gt;&lt;BR /&gt; &amp;lt;ul&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=518"&amp;gt;Staff Information&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=565"&amp;gt;Location&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=516"&amp;gt;Director's Message&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=515"&amp;gt;Current Jobs&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;/ul&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="dhtmlmenu_500" style="visibility:hidden;" onmouseover="clearTimeout(wait);" onmouseout="mnuOut('dhtmlbtn_500',this.id);"&amp;gt;&lt;BR /&gt; &amp;lt;ul&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmisericordia.edu%2Fpage.cfm%3Fp%3D986" rel="nofollow" target="_blank"&gt;http://misericordia.edu/page.cfm?p=986&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;MU Today&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.misericordia.edu%2Fpage.cfm%3Fp%3D779" rel="nofollow" target="_blank"&gt;http://www.misericordia.edu/page.cfm?p=779&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;Publications&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=520"&amp;gt;Campus Calendar&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ul&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="dhtmlmenu_501" style="visibility:hidden;" onmouseover="clearTimeout(wait);" onmouseout="mnuOut('dhtmlbtn_501',this.id);"&amp;gt;&lt;BR /&gt; &amp;lt;ul&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmisericordia.edu%2Fpage.cfm%3Fp%3D540" rel="nofollow" target="_blank"&gt;http://misericordia.edu/page.cfm?p=540&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;Apply Now&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=530"&amp;gt;Majors and Programs&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=709"&amp;gt;Academic Colleges&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=710"&amp;gt;University Catalog&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=524"&amp;gt;Course Schedule&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=712"&amp;gt;Honors Program&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=713"&amp;gt;Vice President of Academic Affairs&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=714"&amp;gt;Office of Service-Learning&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=523"&amp;gt;Registrar&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=1476"&amp;gt;Academic Calendars&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flibrary.misericordia.edu" rel="nofollow" target="_blank"&gt;http://library.misericordia.edu&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Library&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt; &amp;lt;a href="page.cfm?p=1371"&amp;gt;Commencement&amp;lt;/a&amp;gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fstudyabroad-away.misericordia.edu%2F" rel="nofollow" target="_blank"&gt;http://studyabroad-away.misericordia.edu/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Study Abroad/Study Away&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ul&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;--&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="dhtmlmenu_503" style="visibility:hidden;" onmouseover="clearTimeout(wait);" onmouseout="mnuOut('dhtmlbtn_503',this.id);"&amp;gt;&lt;BR /&gt; &amp;lt;ul&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fathletics.misericordia.edu%2F" rel="nofollow" target="_blank"&gt;http://athletics.misericordia.edu/&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;GWIC&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fathletics.misericordia.edu%2Fstaff.aspx" rel="nofollow" target="_blank"&gt;http://athletics.misericordia.edu/staff.aspx&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;SWAMP&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fathletics.misericordia.edu%2Fhof.aspx%3Ftype%3Dclass_induction%23" rel="nofollow" target="_blank"&gt;http://athletics.misericordia.edu/hof.aspx?type=class_induction#&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;GWIP&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fathletics.misericordia.edu%2Fsports%2F2012%2F9%2F17%2FAthFac_0917120421.aspx" rel="nofollow" target="_blank"&gt;http://athletics.misericordia.edu/sports/2012/9/17/AthFac_0917120421.aspx&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;GWAP&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ul&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="dhtmlmenu_505" style="visibility:hidden;" onmouseover="clearTimeout(wait);" onmouseout="mnuOut('dhtmlbtn_503',this.id);"&amp;gt;&lt;BR /&gt; &amp;lt;ul&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fathletics.misericordia.edu%2F" rel="nofollow" target="_blank"&gt;http://athletics.misericordia.edu/&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;Mining Program&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.mucougarsgear.com%2F" rel="nofollow" target="_blank"&gt;http://www.mucougarsgear.com/&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;Geologic Research and Mapping&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.mucougarsgear.com%2F" rel="nofollow" target="_blank"&gt;http://www.mucougarsgear.com/&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;State Geology Map&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.mucougarsgear.com%2F" rel="nofollow" target="_blank"&gt;http://www.mucougarsgear.com/&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;GIS&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;/ul&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;!-- &amp;lt;div id="dhtmlmenu_504" style="visibility:hidden;" onmouseover="clearTimeout(wait);" onmouseout="mnuOut('dhtmlbtn_504',this.id);"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt;--&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="dhtmlmenu_506" style="visibility:hidden;" onmouseover="clearTimeout(wait);" onmouseout="mnuOut('dhtmlbtn_506',this.id);"&amp;gt;&lt;BR /&gt; &amp;lt;ul&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fcougarconnect.misericordia.edu%2Fs%2F352%2Findex.aspx%3Fsid%3D352%26gid%3D1%26pgid%3D938" rel="nofollow" target="_blank"&gt;http://cougarconnect.misericordia.edu/s/352/index.aspx?sid=352&amp;amp;gid=1&amp;amp;pgid=938&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;Science fair&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ul&amp;gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;!-- Quick Links Setup --&amp;gt;&lt;BR /&gt; &amp;lt;div id="ql_menu" onmouseover="fsBtn('ql_btn');" onmouseout="fsBtn('ql_btn','off');" style="visibility: hidden;"&amp;gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmymu.misericordia.edu" rel="nofollow" target="_blank"&gt;https://mymu.misericordia.edu&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmymu.misericordia.edu" rel="nofollow" target="_blank"&gt;https://mymu.misericordia.edu&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;WellData&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fcougarconnect.misericordia.edu" rel="nofollow" target="_blank"&gt;http://cougarconnect.misericordia.edu&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;Reports&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href="page.cfm?p=557" target="_self"&amp;gt;DrillerWeb&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href="page.cfm?p=557" target="_self"&amp;gt;DrillerWeb&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href="page.cfm?p=557" target="_self"&amp;gt;DNRC&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;/div&amp;gt;&lt;BR /&gt; &amp;lt;!-- End Quick Links Setup --&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;script type="text/javascript" src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fnewjs.finalsite.com%2F160724%2Fjavascript%2FjQuery%2Fjquery.ui.min.js" rel="nofollow" target="_blank"&gt;http://newjs.finalsite.com/160724/javascript/jQuery/jquery.ui.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;BR /&gt; var relativeBasePath = '';&lt;BR /&gt;&lt;SPAN&gt; var siteurl = '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.misericordia.edu%27%3B" rel="nofollow" target="_blank"&gt;http://www.misericordia.edu';&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; var siteSSLurl = '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fwww.misericordia.edu%27%3B" rel="nofollow" target="_blank"&gt;https://www.misericordia.edu';&lt;/A&gt;&lt;BR /&gt; var baseurl = '';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script type="text/javascript"&amp;gt;window.NREUM || (NREUM = {}); NREUM.info = { "errorBeacon": "bam.nr-data.net", "licenseKey": "17f1641df3", "agent": "", "beacon": "bam.nr-data.net", "applicationTime": 510, "applicationID": "3347190,3347007,1110036", "transactionName": "b1wDZ0dSXBUFBRZZC1YWIkZGR10LSxYDVwEWWgdeGkBGBwoCA0IA", "queueTime": 0 }&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 18:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881425#M728</guid>
      <dc:creator>BulbulMajumder1</dc:creator>
      <dc:date>2016-11-18T18:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a feature layer map for mobile version?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881426#M729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bulbul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; OK, I am a little confused then. You mention you are having issue with a dojox mobile view &amp;nbsp;and the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;productionWellsView313.js does not have any dojox requires in it?...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 20:37:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881426#M729</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-18T20:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a feature layer map for mobile version?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881427#M730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;The attached html contains the following snippet&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;lt;div id="mapView" data-dojo-type="dojox.mobile.View" data-dojo-props="selected: true"&amp;gt;&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;lt;div id="mapContainer" data-dojo-type="dojox.mobile.ContentPane"&amp;gt;&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;lt;div id="map"&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without using &lt;SPAN style="background-color: #ffffff;"&gt;dojox requires&amp;nbsp;&lt;/SPAN&gt;in&amp;nbsp;&lt;SPAN&gt;productionWellsView313.js&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The html shows this &lt;A href="http://mbmgweb.mtech.edu/Final_v1/web_mapper.html"&gt;page&lt;/A&gt;. Only clicking on span, the map is being displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to get the map on-screen and use spans to navigate the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Now, if I include the dojox requires&amp;nbsp;in&amp;nbsp;&lt;SPAN&gt;productionWellsView313.js,&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;the page becomes completely empty.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Please help. I hope this will make sense , if not let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;Bulbul&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Nov 2016 00:55:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881427#M730</guid>
      <dc:creator>BulbulMajumder1</dc:creator>
      <dc:date>2016-11-19T00:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a feature layer map for mobile version?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881428#M731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this make any sense Robert ?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 16:19:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-a-feature-layer-map-for-mobile-version/m-p/881428#M731</guid>
      <dc:creator>BulbulMajumder1</dc:creator>
      <dc:date>2016-11-22T16:19:37Z</dc:date>
    </item>
  </channel>
</rss>

