Topic: HoverCards from Gravatar.com
Just put the line
wp_enqueue_script( 'gprofiles', get_template_directory_uri().'/js/gprofiles.js', 'jquery', 'e', true);
in header.php below
wp_enqueue_script('jquery-ui-tabs', null, array('jquery-ui-core', 'jquery'), null, false);
.
Please note that the gravatar's js file is on my localhost. if you want to directly insert the js file from gravatar's server, please paste the following line:
wp_enqueue_script( 'gprofiles', 'http://s.gravatar.com/js/gprofiles.js', 'jquery', 'e', true);
It is a great future provided by Gravatar