function SetLocation(ls)
{
	if (ls.length > 0)
		document.location = ls;
		return ;
}
