// add shortcut icon to favourites. Source http://msdn.microsoft.com/workshop/Author/dhtml/howto/ShortcutIcon.asp<!--if ((navigator.appVersion.indexOf("MSIE") > 0)  && (parseInt(navigator.appVersion) >= 4)) {    var sText = "<SPAN CLASS='tani_small_shortcut'";    sText += "onclick='window.external.AddFavorite(location.href,";    sText += "document.title);'>Add tani.org.uk to your favorites</SPAN>";    document.write(sText);}//-->