
setbookmark=function(){var msg='';if(navigator.appName=='Microsoft Internet Explorer'&&parseInt(navigator.appVersion)>=4){msg='<a href=\"#\" onclick=\"javascript:window.external.AddFavorite(location.href,document.title)\">';msg+='Bookmark this page</a>';}else{msg="Bookmark this page";if(navigator.appName=="Netscape"){msg+=" (CTRL-D)";}}
msg+="&nbsp;|&nbsp;";var SubjectLine='Take a look at this web page I found, '+top.document.title;var BodyText='You can see this page at: '+top.location.href;var Message='<A HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Send your friends e-mail about this page\'; return true;" TITLE="Send your friends e-mail about this page">Email this page<\/A>';var MessageIE='<A HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" TITLE="Send your friends e-mail about this page">Email this page<\/A>';if(document.all){msg+=MessageIE;}else{msg+=Message;}
bm=document.getElementById('bookmark');bm.innerHTML=msg;};if(window.attachEvent){window.attachEvent("onload",setbookmark);}else{window.addEventListener("load",setbookmark,false);}