// this is a crucial object and needs to be declared in global space
var searchForm;

$(document).ready(function() {
    searchForm = new HomeSearch('homeSearch');
    searchForm.switchCenterTypeToGeoName();
});
