// Bookmark this page// copyright 12th February, 2005// Stephen Chapman, http://javascript.about.com// You have permission to copy and use this javascript provided that// the copyright notice is included with the scriptvar chr = 'CTRL-D';var agt=navigator.userAgent.toLowerCase();if(agt.indexOf("opera") != -1) chr = 'CTRL-T';if (window.external)document.write('<a href="javascript:window.external.AddFavorite(self.location,document.title)"><img src="addtofav.jpg" alt="Bookmark" width="120" height="31" border="0">');elsedocument.write('Press '+chr+' to bookmark this page.');
