document.addEvent('domready', function() {

	// 
	var tokens = ['childcare', 'daycare','cpr','tutoring','fingerprint clearance','caregiver','cda','1st aid','full-time','first aid','fulltime', 'preschool', 'babysitter', 'montessori', 'nanny', 'nannies', 'babysitting',];

	//
	new Autocompleter.Local('demo-local', tokens, {
		'minLength': 1, // 
		'overflow': true // 
	});

});
