// resolution controler
if ((screen.width<1024))
	{
	 window.location="postpixel/index.html";
	}

