// JavaScript Document
// Bookmark this page
// copyright 12th February 2005, 21st June 2006
// Stephen Chapman, http://javascript.about.com
// Updated for Opera 9
// You have permission to copy and use this javascript provided that
// the copyright notice is included with the script

var chr = 'ctrl-d';
var agt=navigator.userAgent.toLowerCase();
if(agt.substr(agt.indexOf('opera')+6,1) < 9) chr = 'ctrl-t';
if (window.external) document.write('<a href="javascript:window.external.AddFavorite(self.location,document.title)">add to favorites<\/a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
else document.write('press '+chr+' to bookmark this page &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');