This is actually revnumbers's trick for getting out of a bootloop and into clockwork recovery but I figured it's worth sharing for those of you who have adb/android-sdk set up on your computer...
On a computer with adb installed, navigate to your android-sdk's platform tools folder or whichever location adb is found in via command prompt. Of course, this is for folks who know a thing or two about command prompt.
Run this:
adb shell "echo 1 > /data/.recovery_mode; sync;"
adb reboot
It reboots into clockwork recovery. Saved my rear too many times to count as well. As long as you can get into a bootloop, that is.