var uri = encodeURIComponent(document.location);
document.write('<div style="position: fixed; bottom: 0; right: 0; font-size: 14px; font-family: Gill Sans, Verdana; background: white; padding: 5px; border: 1px solid #820; border-width: 1px 0 0 1px">\
&copy; <a href="http://agnoster.net" style="color: #B20; text-decoration: none; font-weight: bold;">agnoster</a> 2006 \
<a href="http://validator.w3.org/check?uri='+uri+'"><img src="http://agnoster.net/validate.php?type=xhtml&uri='+uri+'" alt="Valid XHTML" border="0" /></a> \
<a href="http://jigsaw.w3.org/css-validator/validator?uri='+uri+'"><img src="http://agnoster.net/validate.php?type=css&uri='+uri+'" alt="Valid CSS" border="0" /></a>\
</div>');
