The Ajax control is not engaging the language links. I'm certain I can fix this, but need advice on what I should try or do. Please view the Translate link on any post at http://ancienthomelands.com and give me your ideas. Thank you all!
http://wordpress.org/extend/plugins/google-ajax-translation/
It looks like you're using this theme:
http://wordpress.org/extend/themes/amazing-grace
Open the file index.php and change line 5 from:
<div <?php if (function_exists('post_class')) post_class(); ?>>
to:
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
That was it. Works great now. Thank you very much for your kind help.