function makeLink() {
title = "Global Lingo - Fluent Communications";
url = "http://www.global-lingo.com";
if (window.sidebar) {
// Mozilla Firefox Bookmark
alert("Thank you for bookmarking Global Lingo in Firefox! Press OK to continue...");
window.sidebar.addPanel(title, url,"");
} else if( window.external ) {
// IE Favorite
alert("Thank you for bookmarking Global Lingo in Internet Explorer! Press OK to continue...");
window.external.AddFavorite( url, title);
}
else if(window.opera && window.print) {
// Opera Hotlist
return true; }
}