Noob: Wiring up a LCD to an Arduino

Are there any tutorials available on how to wire up an LCD to an Arduino? I bought a 16x2 LCD from NK Electronics (http://www.nkcelectronics.com/16x2-lcd-module-while-characters-blue-backli162.html). I know I need to use the LiquidCrystal library to output text to the LCD, but I'm a beginner and don't know what pins in the Arduino are to be connected to the LCD, so I was wondering if there are any tutorials on how to wire up a LCD to an Arduino.

Thanks,

Jeff

Try this one: Arduino Character LCD Tutorial

Thanks! This looks like it's just what I need.

Jeff