	// The ugliest script in the whole webpage
	if (document.location.href.indexOf("zone/ratingriot.com/")!=-1)
	{
		var ugly = document.location.href;
		ugly = ugly.replace("zone/ratingriot.com/", "");
		document.location.replace(ugly);
	}