var URLs = { Account:{ Login: '/Account/Login', FakeLogin: '/Account/FakeLogin', Logout: '/Account/Logout', SelectCountry: '/Account/SelectCountry', Activate: '/Account/Activate', SuccessfulPasswordRecovery: '/Account/SuccessfulPasswordRecovery', RestablishPassword: '/Account/RestablishPassword' }, Contact:{ Index: '/Contact/Index', SendMessage: '/Contact/SendMessage', SendNotLoggedMessage: '/Contact/SendNotLoggedMessage', SendRecommendation: '/Contact/SendRecommendation' }, Conversation:{ Init: '/Conversation/Init', Close: '/Conversation/Close', IsClosed: '/Conversation/IsClosed', GetMessages: '/Conversation/GetMessages', SendMessage: '/Conversation/SendMessage' }, Error:{ Index: '/Error/Index', PageNotFound: '/Error/PageNotFound' }, File:{ Delete: '/File/Delete', View: '/File/View', Download: '/File/Download' }, Home: '/', Notes:{ Index: '/Notes/Index', Note: '/Notes/Note' }, Tests:{ Index: '/Tests/Index', Test: '/Tests/Test', CheckResults: '/Tests/CheckResults' } };