quick question

If I have 3 3d vectors that describe a plane, would this be a correct way to calculate the normal of that plane:

crossproduct(v2-v1, v3-v1));

Go here as a starting point:
http://nate.scuzzy.net/docs/normals/