// JScript File
//******************************************************************************
// Author: Riccardo La Rosa
// Date: 3/6/2007
// File: RunEzGlobalVars.js
// Description: global JS variables that are initialized with ASP.NET values
//******************************************************************************
var gMsgEmptyComment = "Please enter a comment!";
var gMinPasswordLength = 6;
var gMsgMinPasswordLength = "Password must be at least 6 characters!";
var gMsgEmptyAddress = "Please enter a valid address";
var gMsgNoPlaylist = "There is no playlist associated with this run";
var gMsgBeFirstToWriteComment = "Be the first one to leave a comment on this run";
var distanceUnit = "miles";
var metersToDistanceUnitFactor = 0.000621371192;
var gMsgGenericAjaxError = "Sorry! Something must have gone bad, we are looking into it. Please try later!";
var gMsgPasswordsDontMatch = "Passwords do not match, please try again!";
var gMsgIncompatibleBrowser = "Your browser is not compatible with Google Maps.";
var gMsgNotFound = " not found. Try adding the country onto the end of your search query.";
var gLbPrev = "Previous";
var gLbNext = "Next";
var gLbDisplayingRuns = "Displaying runs ";
var gLbThrough = "through";
var gLbOf = "of";
var gLbRuns = "runs";
var gLbDragMarker = "Drag this marker to move it.";
var gLbRemoveMarker = "You can also remove this point";
var gLbRemoveMarker2 = "and any adjacent waypoints will be joined";
var gLbAddNote = "Add Note";
var gLbCancel = "Cancel";
var gLbSave = "Save";
var gLbAddPicture = "Add Picture";
var gLbUseFlickr = "Use Flickr";
var gLbTitle = "Title:";
var gLbAddPictureFromFlickr = "Add Picture from Flickr";
var gLbAuthorizeFlickr = "You must authorize Flickr to continue";
var gLbRecentResponses = "Recent Responses in ";
var gLbReadMoreFrom = "Read more from ";
var msgNoWaypointsPlotted = "You must plot some waypoints to create a run";
var msgFlagAsInappropriate = "Flag this as inappropriate";
var msgLocationNotFound = "That location wasn't found, try again.
Also, try adding the country onto the end of your search query.";
var msgNoRoutesFound = "
Sorry, no routes were found. Please change your location or zoom out.
Be the first to add your run to this area, create your run now.
";
var msgShowPhoto = "Show photos in this area";
var gLbLeftby = "Left by: ";
var gLbRunLength = "Run length: ";
var gLbPlayListSet = "Playlist is set: ";
var gCloseButton = "close.gif";
var yahooAppId = "ncRamXXV34E1p.CnS4DlaPktY4ReRrp3T8FIBA8l.imkn7c48azovvGlUBNMvzHj4uo-";
var decimalSeparator = ".";
var cultureIslandMainImage = "en-us";
var gMsgPlotRoute = "You must plot the route";
var gMsgSpecifyRunName = "You must specify the name of the run";