(function() { 
	if (location.href.match(/(view|command)=[A-Za-z]+$/)) return;
	if (location.href.match(/\?.s.+$/)) { 
		window.location = "http://scg.unibe.ch/staff/adriankuhn"; 
	}
})();
