function addStaticAnchorParameter(obj) {
	var base = document.getElementsByTagName('base');
	if (base && base[0] && base[0].href) {
		window.location.href = base[0].href+ "index/page/search?"+obj.rel+"="+encodeURIComponent(obj.rev)+"&refine=true";
	}
	return false;
}
