if (window.parent == window)
{
	var page = document.URL.substr(document.URL.lastIndexOf("/")+1, document.URL.length)
	window.location.replace("index.html?lp="+page);
}