This is a very simple class that can be used to determine which browser is being used to access the site.
The class looks the user-agent name identification and looks for text that match what is used by several known browsers.
It returns a string with two characters that is an abbreviation of the identified browser. If the browser could not be identified, it returns an empty string.