// initialize ac_data as an object
// ac_data is an object that holds JSON encoded data for use with JQuery UIs autocompleter
// example: ac_data.position = [{"_name_":"Position","value":"80","label":"Account Manager I - Customer Service"}];
var ac_data = {};
