I think i figured it out. Because the way google chrome views source (it basically opens a new page without parsing it.) it doesnt display the same as what your looking at. So if you right click the image and inspect it,

PHP Code:
<img style="display:block;" height="57" width="300" src="http://www.google.com/recaptcha/api/image?c=03AHJ_Vus9HGdJMA8doI9C4cVLXEs1ZzYEcF5hsJBRcNkEb0xHgFxwwm93c6SPJEEQzcltTumZF8ovpGZkT69PNNW05kg6UxPWwwiFfAtSmVzSXenpouxBk9LSk0gM28j9M4m4EByixs65rsAaiT0tTn_4u2PVkQxO4A"
Youll get the image code. So do a between of <img style="display:block;" height="57" width="300" src="http://www.google.com/recaptcha/api/image?c= and "> then you shoild get the image [/QUOTE]