I need to display a mapservice other than that of arcGis. I know this will render my browser with an ArcGis map.
map = new esri.Map("map");
var tiledMapServiceLayer = new esri.layers.ArcGISTiledMapServiceLayer("http://wiwauk4ovlgsw03.itservices.sbc.com/arcgis/rest/services/IGLOO_Maps/IGLOO_SupportMap/MapServer");
map.addLayer(tiledMapServiceLayer);
I want to replace the URL(bold) with some other URL which is not offered by ArcGis. How should i do that?