<!-- Hide script from older browsers
var txt = "Bookmark This Site";
var txt2 = "(Ctrl+D) ";

var url = "http://www.forthbridgememorial.org/";
var who = "Forth Bridge Memorial Names";
var ver = navigator.appName;
var num = parseInt(navigator.appVersion);
if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
document.write('<div class="blocktext"><a href="javascript:window.external.AddFavorite(url,who);" ');
document.write('onMouseOver=" window.status=');
document.write("txt; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('"class="book" >'+ txt + '</a></div>');
}else{
txt2 += txt;
document.write('<div class="blocktext">' + txt2 + '</div>');
}
// end hide -->
