document.write('| ');
document.write("<a target='_blank' href='http://digg.com/submit?phase=2&url="+document.location.href+"&topic=health&title="+document.title+"' >Digg This</a>")
var txt = "Bookmark this Page"
var ver = navigator.appName
var num = parseInt(navigator.appVersion)
if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
   document.write(' | <a title="Add to Favourites." href="javascript:window.external.AddFavorite(location.href, document.title);" class="print2">Bookmark this page</a>');
}else{
   document.write()
} 