function randOr()
{
	return Math.round(Math.random())-0.5;
}
