I've made further enhancements to the Foreign Advisor that others here might enjoy. I'm still working on one of them but should be done with it shortly. Again, I'm only modifying the Warlords version as that's what I play. I'll post the new files once I'm complete. If you have any comments or suggestions, please post them.
Info Page
1. Shows your state religion and current civics as a new first row for easy comparison to AIs. I just now had the idea to show the total of all trade routes on your row (not done yet).
2. Removed the leaders' names to make space for more rows on the screen.
3. Puts an asterisk (*) next to each AI's state religion if you share it.
Ruff: the file I sent you has a bug in that if neither of you have a state religion, it shows the asterisk and if the AI doesn't have a religion it triggers an assert (non-fatal). I've fixed these. CyPlayer.isStateReligion() doesn't mean the player has a state religion.
4. Puts an asterisk (*) next to each AI's favorite civic if you're running it. The AI doesn't have to be running it. Should this matter?
5. Only shows the trade network icon

traderoute

and total trade

commerce

when you can have trade routes with an AI: you must have an open borders agreement and be connected to their trade network. It still shows 0 if you can have them but simply have none. It also currently ignores Mercantilism -- should it take it into account? My initial thought was to have an icon for each reason you couldn't have trade routes, but that seems overly complicated.
Technology and Resource Pages
Changed scroll up/down buttons to move a whole page rather than a single line. I got sick of clicking a billion times to see the bottom AIs while playing my first 18-civ game.
Glance Page
Fixed a display bug when you aren't the first player. This happens when you play a map with specified civs and choose any but the first civ.
Todo: Similarly, make sure your civ is always the top row. Just need to reorganize the code a little to get this to work.
Attitude Page
Just an idea so far: when you select an AI civ, hovering over a different AI shows its attitude toward the selected one. I'd like to add to this whether or not it would be willing to stop trading with and/or declare war on the selected AI. I could add the same thing to the Glance page as well. Thoughts?