function redirect(page)
{
	if(page!='')
	{
		window.location=page;
	}
}
