// Customize reCaptcha

var RecaptchaOptions = {
   theme : 'custom',
   custom_theme_widget: 'recaptcha_widget',
   tabindex : 20
};

function reCaptchaHome() {
	//open recaptcha url in a new window
	window.open('http://recaptcha.net/','');
}