Your mission is to write an AJAX filter. The user fills in a form, and the program prints a continously running list of which nations meet the requirements. * There is a place where I can enter a name. I as type in a name or part name, the program lists all the nations that match. For example, if I've entered "nited" it should show me "United States", "United Kingdom", and "United Arab Emeriates". If I have a blank, it should show me all nations. * There is a place where I can enter population minimum/maximum, and it limits the list from above to those nations with the appropriate population. A blank for minimum means 0, and a blank for maximum means 9,999,999,999. * There is a map that is continiously updated highlighting the relevent nations. If you want to, you can use my map program at http://cs.nmu.edu/~rappleto/Nations/MakeMap.php?size=1000&numalliances=2&af=1&al=1&ag=1 * Turned in before Thursday April 3th at 5pm.