<!--
// Brian Baas' Headers HTML

document.writeln('<link rel="openid.server" href="http://www.myopenid.com/server" />');
document.writeln('<link rel="openid.delegate" href="http://baasb.myopenid.com/" />');
document.writeln('<link rel="openid2.local_id" href="http://baasb.myopenid.com" />');
document.writeln('<link rel="openid2.provider" href="http://www.myopenid.com/server" />');
document.writeln('<meta http-equiv="X-XRDS-Location"');
document.writeln('      content="http://www.myopenid.com/xrds?username=baasb.myopenid.com" />');
document.writeln('<meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" />');
document.writeln('<link rel="shortcut icon" href="http:favicon.ico" />');
document.writeln('<meta name="Description" content="Personal" />');
document.writeln('<meta name="Author" content="Brian J. Baas, CISSP" />');
Host = window.location.hostname;
document.writeln('<title>' + Host + '</title>');

//-->
