if (screen.width<500)
{
	window.location="Mobile" + window.location.pathname;
}