var config = {
	pageSize: 				9,
	
	baseURI: 				'http://' + window.location.host + '/', 
	
	AssetVersion:           '2',
	
	LandReturn: 			'Json/Lots/JsonLots.aspx',
	LandGalleryReturn: 		'Json/Lots/JsonGetLotGallery.aspx',
	HomeReturn: 			'Json/homes/GetHomes.aspx',
	AprtReturn: 			'Json/Apartments/GetApartments.aspx',
	//Access to the Security for Logging in and Logging Out
	access: 				'Json/Security/',

	//MyList User list
	userList: 				'Json/favorites/GenerateRegisteredUserFavList.aspx',
	//MyList Save URI's
	addLot: 	 			'Json/favorites/AddLotToFavorites.aspx',
	addHome:  				'Json/favorites/AddHomeToFavorites.aspx',
	addAprt: 	 			'Json/favorites/AddApartmentToFavorites.aspx',
	//MyList Delete URI
	deleteKey: 				'Json/favorites/DeleteFavorite.aspx',

	addPackage: 			'json/favorites/AddPackage.aspx',
	editPackage: 			'json/favorites/EditPackage.aspx',	
	// 
	addHit: 				'json/hits/addhit.aspx',
	
	//
	viewedLots:				'json/lots/viewedlots.aspx',
	ViewLotHomes: 			'json/lots/ViewLotHomes.aspx',
	
	GetLotsForHomes: 		'Json/homes/GetLotsForHomes.aspx',
	
	//Google Maps Tiles Storage
	tiles: 					'/MySelection/siteAssets/maps/tiles/',
	icons: 					'/MySelection/SiteAssets/maps/icons/'

}

