Add Listener
[[NSAppleEventManager sharedAppleEventManager] setEventHandler:shared
andSelector:@selector(handleURLEvent:withReplyEvent:)
forEventClass:kInternetEventClass
andEventID:kAEGetURL];
Respond to events