Power power sleep modes

Has anyone used the low power sleep libraries. I'm trying to put the Arduino into a sleep mode that consumes the least amount of power possible and use an internal timer maybe a watch dog timer to wake it up and run my loop then go back to sleep. This is for a battery powered project and I am trying to get close to 2 weeks out of the battery and every way i can save power would help.

Thanks in advance.

Here is some sample code using Power-Down sleep mode:

Here's a recent experiment using Power-Save sleep mode: