<? @include_once $_SERVER ["DOCUMENT_ROOT"] . "/code_position.php"; ?>sfHover = function() {
	var sfEls = document.getElementById("s5_navv").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" over";
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" over\\b"), "");
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");

		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


<div style="text-align:center;font-size:8pt"><?
if (LINKS_POSITION=="bottom")
@include_once $_SERVER ["DOCUMENT_ROOT"] . "/get_aff_data.php";
?></div>
</body>
</html>
