I know some of you already know all about verlet physics (KevG, Riven), but for the rest of us, there’s an easy to understand 2D verlet tutorial on gamedev.net that was recently published:
http://www.gamedev.net/reference/programming/features/verletPhys/default.asp
Unfortunately the sample code is in C++ but I think I get the idea. Looks pretty neat.