document.write("<style>");
document.write("div.floating-menu {position:fixed;background:#222222;border:0px;width:100%;height:16px;z-index:100;color:#eeeeee; margin: 0; top:0px; left: 0px;text-align:center;font-family:arial,sans-serif; font-size:11px;font-weight:normal;}");
document.write("div.floating-menu a, div.floating-menu h3 {color:#fff; text-decoration: none;font-weight:bold;}");
document.write("div.floating-menu a:hover {background: #fff; color: #222222;}");
document.write("</style>");
document.write("<div class='floating-menu'>");
document.write("<img src='http://krisnelson.org/favicon.ico' alt='' height='12' width='12'>&nbsp;&nbsp;&nbsp;");
document.write("<a href='http://krisnelson.org/' rel='me'>&nbsp;about&nbsp;</a>me&nbsp;&nbsp;");
document.write("<a href='http://intrigue.ekris.org/'>&nbsp;intrigue&nbsp;</a>musings&nbsp;&nbsp;");
document.write("<a href='http://www.inpropriapersona.com/'>&nbsp;in propria persona&nbsp;</a>law &amp; technology");
document.write("</div>");
