// Add to favourites var urlAddress = "http://www.plcompserv.com/index.html"; var pageName = "Lakeside Internet - Your One Stop Amazon Shopping Guide"; function addToFavorites() { if (window.external) { window.external.AddFavorite(urlAddress,pageName) } else { alert("Sorry! Your browser doesn't support this function."); } } // -->