LPMJ Example 15-12 (Click on the icon to view the source for copy and pasting)
<script>
try
{
	request = new XMLHTTPRequest()
}
catch(err)
{
	// Use a different method to create an XML HTTP Request object
}
</script>