// JavaScript Document
function reDirect(x)
{
	window.location=x;
}
