if (top.location != self.location) {
	if (window.location.search) {
		var mySplitter = "&";
		} else {
		var mySplitter = "?";
		}
	top.location.replace(self.location + mySplitter + "myR=" + encodeURIComponent(document.referrer));
	}

function addLinkerEvents() {return true;}
