<!--
if (top==self) {
	var url = location.href;
	url = url.substring(url.indexOf("ref/")+4, url.indexOf(".html"));
	top.location.replace("../references.html?" + url);
}
//-->
