if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.indexOf("Windows", 0) != -1 && navigator.appVersion.substring(0,1) >= 4) { document.write('<A CLASS="homelink" HREF="javascript:addbookmark()" TITLE="Click to add this page to your favorites" OnMouseOver="window.status=\'Cliquez pour ajouter un signet pour cette page\'; return true;"><NOBR>Bookmark this page!</NOBR></A>'); }
else { document.write('<NOBR TITLE="Control-click anywhere on this page, a contextual menu will appear, allowing you to add this page to your favorites" OnMouseOver="window.status=\'Faites contr&ocirc;le-clique n&#146;import o&ugrave; sur cette page, menu contextuel sugira, vous permettant de mettre cette page dans vos favoris\'; return true;">Bookmark this page!</NOBR>'); }
function addbookmark(){ if (document.all)
window.external.AddFavorite(top.location.href, top.document.title) }