

var MSUSuggestions = new Array("Abbot Hall",
"Abrams Planetarium",
"Planetarium (Abrams)",
"Communication Arts and Sciences",
"Computer Center",
"Farrall Agricultural Engineering Hall",
"Agricultural Engineering Hall (Farrall)",
"Agriculture Hall",
"Akers Hall (E&W)",
"Alumni Memorial Chapel",
"MSU Chapel (Alumni Memorial)",
"Amtrak Train Station",
"Angell Building",
"Anthony Hall",
"Armstrong Hall",
"Auditorium",
"Bailey Hall",
"Baker Hall",
"Beaumont Tower",
"Beef Cattle Teaching and Research",
"Purebred Beef Cow-Calf Teaching and Research",
"Berkey Hall",
"Bessey Hall",
"Ernst Bessey Hall",
"Biochemistry",
"Biomedical and Physical Sciences",
"Jack Breslin Student Events Center",
"Breslin Center",
"Botany Field Research",
"Brody Hall",
"Bryan Hall",
"Business College Complex",
"Butterfield Hall",
"Campbell Hall",
"Case Hall (N&S)",
"CATA Transit Center",
"Central Services",
"Chemistry",
"Cherry Lane Apartments",
"Child Development Center, Spartan",
"Chittenden Hall",
"Clinical Center",
"Comparative Oncology, Center for",
"Hannah Administration Building",
"Administration Building (Hannah)",
"Conrad Hall",
"Cook Hall",
"Cowles House",
"Cyclotron",
"Dairy Cattle Teaching and Research",
"Duffy Daugherty Football Building",
"Football Building (Daugherty)",
"Demonstration Hall",
"Diagnostic Center for Population and Animal Health",
"Emmons Hall",
"Endocrine Research",
"Engineering",
"Engineering Research Complex",
"Eppley Center",
"Equine Performance Center (McPhail)",
"McPhail Equine Performance Center",
"Erickson Hall",
"Executive Development, Henry Center for",
"Henry Center for Executive Development",
"Eustace-Cole Hall",
"Fee Hall (E&W)",
"Jenison Field House",
"Fire Station",
"Food Safety and Toxicology",
"Trout Food Science and Human Nutrition Building",
"Food Science and Human Nutrition Building (Trout)",
"Food Stores",
"Geography",
"Gilchrist Hall",
"Giltner Hall",
"Grounds Maintenance",
"Hancock Turfgrass Field Laboratory",
"Turfgrass Field Laboratory (Hancock)",
"Olin Health Center",
"Health Center (Olin Memorial)",
"Holden Hall (E&W)",
"Holmes Hall (E&W)",
"Horse Teaching and Research",
"Hubbard Hall (N&S)",
"Human Ecology",
"Munn Ice Arena",
"Ice Arena (Munn)",
"Indoor Tennis Facility",
"Instructional Media Center",
"Integrated Plant Systems, Center for",
"International Center",
"Intramural (IM) Sports - Circle",
"IM Circle",
"Intramural (IM) Sports - East",
"IM East",
"Intramural (IM) Sports - West",
"IM West",
"Kedzie Hall, North",
"North Kedzie Hall",
"Kedzie Hall, South",
"South Kedzie Hall",
"Kellogg Hotel and Conference Center",
"Kellogg Center",
"Kresge Art Center",
"Landon Hall",
"Laundry",
"MSU College of Law",
"Law College",
"Library, Main",
"Life Science",
"Linton Hall",
"Manly Miles Building",
"Marshall-Adams Hall",
"Mason Hall",
"Mayo Hall",
"McDonel Hall (E&W)",
"Meats Lab",
"Morrill Hall",
"MSU Federal Credit Union",
"Credit Union (MSU Federal)",
"MSU Museum",
"Museum",
"MSU Union",
"Union Building",
"Music",
"Music Practice",
"Natural Resources",
"Natural Science",
"Nuclear Magnetic Resonator",
"Nisbet Building",
"Observatory",
"Old Botany",
"Old Horticulture",
"Olds Hall",
"Owen Graduate Hall",
"Packaging",
"Paolucci Building",
"MSU Pavilion for Agriculture and Livestock Education",
"Pavilion for Agriculture and Livestock Education",
"Pegasus Critical Care Center",
"Phillips Hall",
"Physical Plant",
"Plant and Soil Sciences",
"Plant Biology Laboratories",
"Plant Science Greenhouses",
"Poultry Teaching and Research",
"Psychology",
"Printing Services",
"Police and Public Safety",
"Radiology",
"Rather Hall",
"Shaw Hall (E&W)",
"Sheep Teaching and Research",
"Simon Power Plant",
"Power Plant (Simon)",
"Smith Student-Athlete Academic Center",
"Snyder Hall",
"Soil Science Research",
"Spartan Child Development Center",
"Spartan Stadium",
"Spartan Village",
"Oyer Speech Learning Hearing Clinic",
"Speech and Hearing Clinic (Oyer)",
"Student Services",
"Surplus Store",
"Swine Teaching and Research",
"University Club",
"University Corporate Research Park",
"University Village",
"Urban Planning and Landscape Architecture",
"Van Hoosen Hall",
"Veterinary Medical Center",
"Visitor Information",
"Wells Hall",
"Wharton Center for Performing Arts",
"Wharton Center",
"Williams Hall",
"Wills House",
"Wilson Hall (E&W)",
"Wonders Hall (N&S)",
"Yakeley Hall",
"Crop and Soil Science Research",
"Red Cedar Natual Area",
"Beal Botanical Garden",
"Sanford Natual Area",
"Beal Pinetum",
"Horticultural Demonstration Gardens",
"Michigan 4-H Childrens Garden",
"Lewis Landscape Arboretum",
"Baker Woodlot",
"Rajerdra Neotropical Migrant Bird Sanctuary",
"Spartan Way",
"Spartan Bookstore",
"The Spartan Statue",
"The Rock",
"Computer Store",
"Bug House",
"Canoe Rental",
"MSU Bikes Service Center",
"Bikes Service Center",
"Track and Field and Field Hockey",
"Ralph Young Field",
"Dairy Store (Main)",
"Kobs Field",
"Old College Field",
"Intramural Field",
"Adams Field",
"IM East Field",
"Vet Med Field",
"Service Road Fields",
"Track and Field Practice Area",
"Forest Akers East Golf Course",
"Forest Akers West Golf Course",
"Tennis Courts");


function bindEvents()
{
	new AutoSuggest(document.getElementById('searchField'),MSUSuggestions);
}

window.onload = bindEvents;