<!--

function showAddToFavorites()
{

if ((navigator.appVersion.indexOf("MSIE") >0) &&
	(parseInt(navigator.appVersion) >= 4))
{
    document.write("<u><span style=\"color:blue;cursor:hand;\" onclick=\"window.external.AddFavorite(location.href,document.title);\">Add this page to your favorites</span></u>");
}

//ONCLICK="this.setHomePage('http://www.myhome.com')"



}

//-->


