<!--
function openValidator() {
	var myurl;
	myurl = "http://validator.w3.org/check?uri="+document.location.href;
	window.open(myurl);
}
//-->