//MapQuest Configuration File
//Servers
var geocodeServer = "geocode.access.mapquest.com";
var mapServer = "map.access.mapquest.com";
var routeServer = "route.access.mapquest.com";
var spatialServer = "spatial.access.mapquest.com";
var serverPath = "mq";
var serverPort = 80;
var proxyServer = "www.motherhood.com";
var proxyPath = "/JSAPIProxyPage/proxy.aspx";
var proxyPort = 80;

//Write out the tilemap script key

var scriptKey = "mjtd%7Clu612g0bn5%2C25%3Do5-lwzw1";
//document.write("<script src='http://btilelog.access.mapquest.com/tilelog/transaction?transaction=script&key=mjtd%7Clu612g0bn5%2C25%3Do5-lwzw1&itk=true&v=5.3.s&ipkg=controls1' type='text/javascript'></script>")
                

document.write("<script src='http://btilelog.access.mapquest.com/tilelog/transaction?transaction=script&key=" + scriptKey + "&ipr=true&itk=true&itkcss=false&v=5.2.0.w' type='text/javascript'></script>");

//Data Tables
var poiTable = "MQA.NTPois";
var hotelTable = "MQA.MQ_34692_DestinationMaternity";

//Default Values for Searching

//Set Maximum number of matches here
var MAX_MATCHES = 100;

//Set default search radius here
var DEFAULT_RADIUS = 25.0;

//Set default width for corridor search here
var DEFAULT_CORRIDOR_WIDTH = 5.0;

//Set default unit for distance measurement here
var DEFAULT_UNIT = "Mi";

//Set Maximum number of shapepoints per maneuver here
var MAX_SHAPE_POINTS = 25;

//Set number of results to be displayed on a page here when using paging with search results
var PAGE_SIZE = 20;

//Set Scroll Distance for search result highlight here
//This is the height of one result on the results table (px)
var SCROLL_DISTANCE = 28;
