Prueba asi:
Código PHP:
<?php
if ($msg == "sent")
{
include("msg.php");
// aqui meter el evento para abrir la ventana de añadir a favorito
echo '<a href="javascript:window.external.AddFavorite(\'http://www.hispanoticia.com/\',\'Las ULTIMAS Noticias Recorriendo la Red - Hispanoticia.com\')"><b> <span class="style12">Añade HN a tus favoritos</span></b></a>';
}
include("top.php");
?>