var urlAddress = "http://www.dicelf.se/tools/taxa/index.php";
var pageName = "Taxipriskalkylator";

function addToFavorites()
{
if (window.external)
{
window.external.AddFavorite(urlAddress,pageName)
}
else
{
alert("Sorry! Your browser doesn't support this function.\nChecck the menu to add manually");
}
} 