//Author: Bryan Black 
//Created: June 10, 2008 
//Notes: This uses the Script.aculo.us and prototype libareies pretty simple. If you want to alter the list that shows up when the user enters a value add/remove elements of the "keywords" 
//		array. 


var keywords = ['cheerleading','accounting','activities','classes','tax','bookeeping','auditing','masters','MACC','masters in accountancy','business','double major','finance','financial analysis',
'dr. mason','dorm','dorm life','business degree','class size','early classes','knoxville','rotc','military','economics','exercise','macroeconomics','microeconomics','dr. price','running',
'officer','commission','digital media','art','general education','english','history','math','skateboard','photography','darkroom','video','website','church hill','dr. trainor','apartment',
'dorm','campus life','reading','kingston','marines','g.i. bill','4.0','french','dr. shelley','class size','sunburn','basketball','food','portfolio','social problems','sports','ncaa','kemp',
'main meal','crazy tomato','bahamas','foreign','surveying','mapping','licensing','gis','trigonometry','real estate','law','early class','cafeteria','catfish','club','buccaneer ridge','honors society',
'latvia','golf','interior design','international','sport','pasta','refurbish','schools','donate','computer','laptop','group','activity','sorority','fraternity','greek','involved','parents','BucWild',
'electric','rf','manufacturing','NOAA','satellite','airplane','robot','projects','equipment','technology','horses','industrial','medical','simulation','drummer','build','product design','computer science',
'masters','Don Bailes','masters','computer architecture','Phil Pfieffer','imagine cup','digital media','scuba diving','Eastman Chemical Co.','hunting','orientation','intro class','materials lab',
'router','cutters','safety','technical communication','advisor','saw','geomatics','total','entrepreneurship','photogrammetry','autocad','contour','perspective','isometric','hardware',
'web','programming','admissions','apply','sat','act','fee','housing','phone','number','tour','call','HR','human resources','organizational mgmt','compensation','recruiting','training',
'MBA','benefits','accreditation','games','role playing','jamaica','character','language','graphics','algorithms','MACC','coffee','cpa exam','cpa','beta alpha psy (?)','gamer','gaming','level',
'WOW','interaction','mod','images','camera','graphic','publishing','photoshop','volkswagen','mac','desktop','forensic','think','career','teaching','marketing','consumer','ama','branding',
'database','programmer','information science','administrator','information technology','star trek','star wars','hands on','overseas','culture','capstone','global','ireland','soccor','paintball',
'small business','football','cad','lighting','fabric','color','model','physical','PT','Cadet','Uniform','attention','beret','design'];


document.observe('dom:loaded',function(){
	new Autocompleter.Local('search_term','keywordChoices',keywords,{choices:4});
});