<!--
var ac;
jQ(document).ready(function() {
  ac = jQ('#q').autocomplete({ 
    delimiter: /(,|;)\s*/, // regex or character
    maxHeight:400,
    width:225,
    zIndex: 9999,
    deferRequestBy: 0, //miliseconds
    lookup: ['1098',
				'1098 t',
				'academic calendar',
				'accounting',
				'accreditation',
				'active duty',
				'addiction counseling certificate',
				'address',
				'admission',
				'admission application',
				'admission requirement',
				'admission requirements',
				'admissions',
				'advising',
				'alliances',
				'alumni',
				'apa',
				'armed forces',
				'awards & recognitions',
				'bachelor\'s',
				'bachelor\'s specializations',
				'blogs',
				'books',
				'bookstore',
				'business administration',
				'business analysis',
				'business management',
				'cacrep',
				'calendar',
				'capella commons',
				'capella faculty',
				'capella in your city',
				'capella staff',
				'capella store',
				'capella support',
				'career',
				'career center',
				'career services',
				'careers',
				'careers at capella',
				'catalog',
				'certificates',
				'certificates specializations',
				'child and adolescent development',
				'cissp',
				'class schedule',
				'clep',
				'clinical psychology',
				'college teaching certificate',
				'colloquia',
				'colloquium',
				'commencement',
				'contact us',
				'corporate alliances',
				'cost',
				'counseling',
				'counseling psychology',
				'counselor resources',
				'course catalog',
				'course description',
				'course descriptions',
				'course schedule',
				'courses',
				'criminal justice',
				'criminal justice certificate',
				'curriculum and instruction',
				'demo',
				'directory',
				'diversity studies certificate',
				'doctoral',
				'doctoral advising',
				'doctoral degree',
				'doctoral specializations',
				'dod/uniformed svcs',
				'early childhood education',
				'eds',
				'eds specializations',
				'education',
				'educational leadership and management',
				'educational psychology',
				'emergency management',
				'employment',
				'employment opportunities',
				'english',
				'enrollment counselor',
				'enrollment management',
				'enrollment management certificate',
				'enrollment services',
				'enterprise software architecture',
				'evaluation\, research\, and measurement',
				'faculty',
				'faculty positions',
				'fafsa',
				'federal school code',
				'finance',
				'financial aid',
				'general addiction counseling',
				'general business',
				'general business administration',
				'general counseling studies',
				'general counselor education and supervision',
				'general human resource management',
				'general human services',
				'general information technology',
				'general leadership',
				'general marriage and family therapy',
				'general mental health counseling',
				'general organization and management',
				'general organizational development',
				'general psychology',
				'general public administration',
				'general school counseling',
				'gerontology',
				'global operations and supply chain management',
				'gpa',
				'graduate courses',
				'graduation',
				'gre',
				'harold abel school of psychology',
				'health care',
				'health care administration',
				'health care administration certificate',
				'health care management',
				'health informatics',
				'health information management',
				'health management and policy',
				'higher education',
				'history',
				'homeland security',
				'human capital management',
				'human capital mgmt',
				'human resource management',
				'human resource management certificate',
				'human resources',
				'human services',
				'i guide',
				'iguide',
				'industrial and labor relations',
				'industrial/organizational psychology',
				'information assurance and security',
				'information assurance and security certificate',
				'information technology',
				'information technology education',
				'information technology management',
				'instructional design for online learning',
				'international students',
				'investor relations',
				'job',
				'job openings',
				'jobs',
				'k-12 education',
				'k-12 studies in education',
				'leadership',
				'leadership certificate',
				'leadership coaching psychology',
				'leadership for higher education',
				'leadership in educational administration',
				'learner support',
				'learners',
				'learning & career outcomes',
				'legal',
				'legal studies',
				'library',
				'location',
				'locations',
				'log in',
				'login',
				'management and leadership',
				'management education',
				'management of nonprofit agencies',
				'management of nonprofit agencies certificate',
				'marketing',
				'marriage and family therapy (formerly marriage and family services) certificate',
				'master\'s specializations',
				'mba',
				'mba specializations',
				'mba/master\'s',
				'mental health',
				'mission and leadership',
				'network architecture',
				'network technology',
				'news',
				'nurse educator',
				'nurse educator bridge',
				'nursing',
				'nursing education',
				'online writing center',
				'organizational leader development',
				'pharmacy',
				'phd',
				'phd degree',
				'phd specializations',
				'phr/sphr certification exam preparation course',
				'postsecondary and adult education',
				'privacy',
				'professional counseling certificate',
				'professional studies in education',
				'project management',
				'project management (business)',
				'project management (information technology)',
				'project management certificate',
				'psychology',
				'psyd',
				'public administration',
				'public health',
				'public safety',
				'public safety leadership',
				'reading and literacy',
				'reduce tuition costs',
				'registrar',
				'request transcript',
				'request transcripts',
				'requirements',
				'reservists',
				'residency',
				'retail management',
				'schedule',
				'scholarship',
				'scholarships',
				'school code',
				'school of business and technology',
				'school of business and technology| school of education',
				'school of education',
				'school of human services',
				'school of public service leadership',
				'school of undergraduate studies',
				'school psychology',
				'security management',
				'site map',
				'social and community services',
				'social and community services certificate',
				'social behavioral sciences',
				'social work',
				'software architecture',
				'special education teaching',
				'specialist certificate in school psychology certificate',
				'sport psychology',
				'staff',
				'staff directory',
				'start dates',
				'student center',
				'training and performance improvement',
				'transcript',
				'transcript request',
				'transcript request form',
				'transcripts',
				'transfer',
				'transfer credit',
				'transfer credits',
				'university catalog',
				'university guide',
				'veterans'
				]
  });
});

//-->
