
	var Win = document.URL;
	if(Win.indexOf(".li") > -1)
	{
		newWin = Win.replace(".li",".org");
		window.location.href = newWin;
	}
