Like I said, the bootsector and the bootloader were probably stored in your C: partition, and they got deleted when you formatted.
You could probably enter the following commands in the Windows XP recovery console to make your computer boot again:
code:
fixmbr
fixboot C:
bootcfg /rebuild
But I'm not sure if that would work...