
var txt = ''; //" <img src='images/its_favicon.gif' border='0'>"
txt += "Add to favorites";
var url = "http://DevQuickRef.com/";
var who = "Programming Tips and Tricks, code samples/examples, Code Snippets - devquickref.com";
var ver = navigator.appName;
var num = parseInt(navigator.appVersion) ;

if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
document.write('<A HREF="javascript:window.external.AddFavorite(url,who);" ');
document.write('title="')
document.write("'who; return true ")
document.write('"onMouseOut=" window.status=')
document.write("' '; return true ")
document.write('">'+ txt + '</a>')
}else{
txt += " (Ctrl+D)";
document.write(txt)
}

