$(function () {

	var url = window.location.href;	
	var test = "http://stimuluswatch.org/2.0/mediawiki/index.php";
	url = url.replace(test, "");
	
	if (url.substr(0,1) === "/")
	{
		var re = /title=\w+&/g;	
  		var matches = re.exec(url);
		window.location.href = "http://stimuluswatch.org/2.0/awards/view/" + url.replace("/","");
	}

});
