var RecaptchaOptions = {
   theme: 'custom',
   lang: 'en',
   custom_theme_widget: 'recaptcha_widget'
};

document.write("<div id=\"recaptcha_widget\" style=\"display:none\">\
				<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\
				<col width=\"302\" />\
				<tr>\
				<td valign=\"top\">\
				<div id=\"recaptcha_image\" style=\"border: 1px solid #002d62;\"></div>\
				<p style=\"font-size: 10px; margin-top: 0px;padding-left: 0px;\">Too hard to <span class=\"recaptcha_only_if_image\">read</span><span class=\"recaptcha_only_if_audio\">hear</span>? <a href=\"javascript:Recaptcha.reload()\">Try a different one.</a></p>\
				</td>\
				<td valign=\"top\" align=\"left\">\
				<div class=\"recaptcha_audio\"><p style=\"padding-left: 7px; margin: 0px 0px 2px 0px; white-space: nowrap;\">&nbsp;<a href=\"javascript:Recaptcha.switch_type('image')\"><img src=\"/RJECM/Images/captcha_refresh.gif\" width=\"16\" height=\"16\" alt=\"\" border=\"0\" style=\"position: relative; top: 2px;\" /> Get a new image</a></p>\
				</div>\
				<div class=\"recaptcha_image\"><p style=\"padding-left: 7px; margin: 0px 0px 2px 0px; white-space: nowrap;\">&nbsp;<a href=\"javascript:Recaptcha.switch_type('audio')\"><img src=\"/RJECM/Images/captcha_audio.gif\" width=\"16\" height=\"16\" alt=\"\" border=\"0\" style=\"position: relative; top: 2px;\" /> <span style=\"white-space: nowrap;\">Get an audio version</span></a></p>\
				</div>\
				<div><p style=\"padding-left: 7px; margin: 0px 0px 2px 0px; white-space: nowrap;\">&nbsp;<a href=\"javascript:Recaptcha.showhelp()\"><img src=\"/RJECM/Images/captcha_help.gif\" width=\"16\" height=\"16\" alt=\"\" border=\"0\" style=\"position: relative; top: 2px;\" /> Help / What is this?</a></p>\
				</div>\
				</td>\
				</tr>\
				<tr>\
				<td colspan=\"2\"><p style=\"padding-left: 0px;\"><span id=\"custom_captcha_response\" style=\"color: red;\"></span><span class=\"recaptcha_only_if_image\">Enter the two words from the above image:</span><span class=\"recaptcha_only_if_audio\">Enter the numbers you hear:</span><br />\
				<input type=\"text\" id=\"recaptcha_response_field\" name=\"recaptcha_response_field\" /></p>\
				</td>\
				</tr>\
				</table>")