if ( one == 2 && two == 2 && three == 2 )
{
losNL[ i ].priority = 3;
}
if ( one == 2 && two == 2 || one == 2 && three == 2 || two == 2 && three == 2 )
{
losNL[ i ].priority = 2;
}
if ( one == 2 || two == 2 || three == 2 )
{
losNL[ i ].priority = 1;
}