IMU Razor 9 DOF

Hi all.
I'm new to this and need help.
I bought a IMU Razor 9 DOF and I have uploaded the Jordi Muñoz's code.
Everything works fine.
What I can do to receive the three signals in the analog pins?
Thank you.
Mikelo

You need to provide links to the IMU and the code you are talking about for starters.

You can just paste the URL in your message.

Board : http://www.sparkfun.com/products/10736 ?
Code : ?
The analog pins : Tell us what you mean by that.

The board contains 3 sensors. All sensors use the I2C-communication. The board already has pull-up resistors of 4k7.
You only have connect the SDA and SCL lines for the I2C-communctions.
http://arduino.cc/it/Reference/Wire
"On most Arduino boards, SDA (data line) is on analog input pin 4, and SCL (clock line) is on analog input pin 5."