HI
sorry for my english.. just try this..
* put this code to your functions.php
function mr_meta() {
do_action('mr_meta');
}
* put this code to your header.php right below your title tag.
<?php mr_meta(); ?>
* edit your all_in_one_seo_pack.php and find wp_head
* replace wp_head
to mr_meta
(there are 4 wp_head)
* edit your aioseop.class.php and find wp_head
then replace it with mr_meta
* done