function myFavorites() {
document.write(
"<SPAN CLASS='favorite'" +
" onclick='window.external.AddFavorite(location.href, document.title);'>" +
"Add us to your favorites list. " +
"<image src='images\/tag.gif' border='0' alt='Include this page!' align='absmiddle'></SPAN>"
);
}
