In 6.7.1, I just noticed that on the FAQ page,

Code
<script language="Javascript1.1" type="text/javascript">
function do_confirm(thing) {
	if (confirm("Are you sure you want to delete the cookies?")) {
		window.location="http://www.chillicothe.com/cgi-bin/ultimatebb.cgi?ubb=clearcookies";
	}
}
</script>
is printed before the < html > tag. I made sure to see this was still there in the 6.7.2 betas, and it is