if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {

var url="http://web.ukonline.co.uk/warbossalex/castleofshadows/Castle.htm";
var title="The Castle Of Shadows";

document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Bookmark the Castle Of Shadows'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">take a map with you,</a>');
}
else {
var msg = "Bookmark the Castle Of Shadows.";
if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
document.write(msg);
}