if ((navigator.userAgent.indexOf("MSIE") >= 0) && (
parseInt(navigator.appVersion)>3))
{
document.write("<a onclick='window.external.AddFavorite(location.href, document.title);return true' style=cursor:e-resize>Add to Bookmarks!</a>");
}		
