// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (GeographyDwr == null) var GeographyDwr = {}; GeographyDwr._path = '/dwr'; GeographyDwr.getCollegesByState = function(p0, callback) { dwr.engine._execute(GeographyDwr._path, 'GeographyDwr', 'getCollegesByState', p0, callback); } GeographyDwr.getAllCitiesByState = function(p0, callback) { dwr.engine._execute(GeographyDwr._path, 'GeographyDwr', 'getAllCitiesByState', p0, callback); } GeographyDwr.getJobRoleChoicesForIndustry = function(p0, callback) { dwr.engine._execute(GeographyDwr._path, 'GeographyDwr', 'getJobRoleChoicesForIndustry', p0, callback); } GeographyDwr.getHighSchoolCitiesByState = function(p0, callback) { dwr.engine._execute(GeographyDwr._path, 'GeographyDwr', 'getHighSchoolCitiesByState', p0, callback); } GeographyDwr.getHighSchoolsByStateAndCity = function(p0, callback) { dwr.engine._execute(GeographyDwr._path, 'GeographyDwr', 'getHighSchoolsByStateAndCity', p0, callback); } GeographyDwr.getMapJobRoleChoicesForIndustry = function(p0, callback) { dwr.engine._execute(GeographyDwr._path, 'GeographyDwr', 'getMapJobRoleChoicesForIndustry', p0, callback); } GeographyDwr.getClassmateNumbersBySchool = function(p0, callback) { dwr.engine._execute(GeographyDwr._path, 'GeographyDwr', 'getClassmateNumbersBySchool', p0, callback); } GeographyDwr.getClassmateNumbersByCollege = function(p0, callback) { dwr.engine._execute(GeographyDwr._path, 'GeographyDwr', 'getClassmateNumbersByCollege', p0, callback); } GeographyDwr.getColleagueCountByCompany = function(p0, callback) { dwr.engine._execute(GeographyDwr._path, 'GeographyDwr', 'getColleagueCountByCompany', p0, callback); }