
	Changes made to theme.php for recaptcha

	Author: Carver - 26 March 2009 | i-imagine.net | gallery.josephcarver.com |

	Note: change style is formatted for the author's theme 

______________________________

	Before you start get a set of keys from:

			http://recaptcha.net/
____________________________

////////////MOD FILE AS BELOW///////////////


	1) FIND AROUND LINE 854

____________________________________________________
<!-- END input_box_no_smilies -->
                                
		//////////ADD THE JAVASCRIPT CODE HERE///////////////////

                               <td class="tableb_compact" align ="center" colspan="3"><br>
                                <input type="hidden" name="event" value="comment" />
                                <input type="hidden" name="pid" value="{PIC_ID}" />
                                <input type="submit" class="comment_button" name="submit" value="Submit Comment" />)
_____________________________________________________
_____________________________________________________

	


	2) IT WILL LOOK LIKE THIS - ADD YOUR OWN PUBLIC KEY!!!

____________________________________________________

<!-- END input_box_no_smilies -->
                                <tr>
				<td></td>

                                <td class="tableb_compact" align ="center"><br>Type the two words with a space. Then click Submit. <br>

<script>
var RecaptchaOptions = {
   theme : 'clean'
};
</script>


<script type="text/javascript"
   src="http://api.recaptcha.net/challenge?k=<///////YOUR PUBLIC KEY IN HERE///////">
</script>

<noscript><h3> <br><u>YOU HAVE NO JAVASCRIPT</u>!<h3>
   <iframe src="http://api.recaptcha.net/noscript?k=<///////YOUR PUBLIC KEY IN HERE///////">
       height="300" width="500" frameborder="0"></iframe><br>
   <textarea name="recaptcha_challenge_field" rows="3" cols="40">
   </textarea>
   <input type="hidden" name="recaptcha_response_field" 
       value="manual_challenge">
</noscript
 
                                </td>
				<td></td>
				                                                      </tr>

                                <tr>

				<td align="center" class="tableb_compact" colspan="3"><h3>      Click Get a new challenge (above) for new words&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="images/refresh.png"></h3></td>
                                                        </tr>

                                <tr>


                               <td class="tableb_compact" align ="center" colspan="3"><br>
                                <input type="hidden" name="event" value="comment" />
                                <input type="hidden" name="pid" value="{PIC_ID}" />
                                <input type="submit" class="comment_button" name="submit" value="Submit Comment" />
______________________________________________________
______________________________________________________



	ADD YOR OWN KEY!!!!
