
var email = new Object();

// get code at http://mailhide.recaptcha.net/

email['Advertising'] = "http://mailhide.recaptcha.net/d?k=01KapLGNlt65VMJ2GNihzzTA==&c=JYtgFEPfpVzMTlksD0VqS-QQro6VHSzq-INOrDp-m7I=";
email['BAustin'] = "http://mailhide.recaptcha.net/d?k=01vxa0I3vpSwML3SninkAWhA==&c=wHQUTOskGeNgRCYc27YiV-wBacle1rIhbadh6L6G_g4=";
email['CAMRA'] = "http://mailhide.recaptcha.net/d?k=01IdFOiUiIvqwJelYdH1KqYw==&c=zWc4M1Q7eNGTA9Poi-6yvBVn9BY5PNHeCxULms5fMVc=";
email['Cress'] = "http://mailhide.recaptcha.net/d?k=01eHgiTOMl-__WjmY0YMNz5A==&c=oZe2GG9aWcw320p1oRSGuF2011ryS4RPDy7cBNo0nIk=";
email['EC'] = "http://mailhide.recaptcha.net/d?k=01KapLGNlt65VMJ2GNihzzTA==&c=eyj81Tmf1izsLn7VoFnQ5A==";
email['GaryR'] = "http://mailhide.recaptcha.net/d?k=01zvVkt5HS91hSfUIWovVN5w==&c=X3s3MJgVfkarmenK6GxGNMW5PozZVlHkaYiBWqKvLl8=";
email['GBBF'] = "http://mailhide.recaptcha.net/d?k=01KapLGNlt65VMJ2GNihzzTA==&c=DPo3gL0Tffz_IkFDJGbAb8_88C5DvIMxamv679Wfms0=";
email['JonH'] = "http://mailhide.recaptcha.net/d?k=01KapLGNlt65VMJ2GNihzzTA==&c=iavTjHqzrWFReC_Rq48xxjifKR9lXfwNHZiDuoazdIQ=";
email['KimC'] = "http://mailhide.recaptcha.net/d?k=01kaxrhhEFh-ilTfIS0KOWBQ==&c=NxA1yYI-1Lpmor0xO0MxiUVlhgcETeem4HqDh45hSec=";
email['KimMartin'] = "http://mailhide.recaptcha.net/d?k=01EttHk5LG2V73zEGOgG4XXA==&c=oHmlAB1k3ekOJ-8rikj7rflXpB2q16q2050ce_mAVcE=";
email['Stuart'] = "http://mailhide.recaptcha.net/d?k=01KapLGNlt65VMJ2GNihzzTA==&c=Jgvip_u9ytwcdyE9RalsEvmCJkoEulMNC9hCK44Eubw=";
email['Tarli'] = "http://mailhide.recaptcha.net/d?k=01lEmYW9p7BAzAKW9gaoPAtA==&c=3BLcAm_CNdIfYq9hkIekEQHhSSU47hfXli0yhw-3Ikg=";
email['TomB'] = "http://mailhide.recaptcha.net/d?k=01sY63FIY0FHUDUHkn9SF0CA==&c=fpeZQ7uTNKx5dgWi2-tZhVdo5N3Q3r3RJxUFaLgyGqs=";
email['Tony'] = "http://mailhide.recaptcha.net/d?k=01KapLGNlt65VMJ2GNihzzTA==&c=1iOrWLF9pFPBstcs67N0ElCgryPeeonPsMG61b3ifkU=";
email['JohnMc'] = "http://www.google.com/recaptcha/mailhide/d?k=017yrgohMnowTJ24U1pbmdgw==&c=U_jgAW7a54NZHzWJBc5hzVUDT_MqVx3mhVG7OeS5Zlw=";

function send_email(name) {

	var window_url = email[name];
	var window_options = "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300";
	
	window.open(window_url, "", window_options);
		//return false;
}

var RecaptchaOptions = {
theme: 'clean'
};

function buy_tickets() {
	window.location.href= "http://www.seetickets.com/gbbf";
}

function logo_gold(id) {
	document.getElementById(id).src = "/images/camra-logo-gold.jpg";
}
	
function logo_white(id) {
	document.getElementById(id).src = "/images/camra-logo-white.jpg";
}

function send_page_by_email() {
	
	window.location.href = "mailto:?subject=" + document.title + "&body=" + window.location.href.toString();
}

function email_newsletter(id) {
	if (document.getElementById(id).value == "Enter email address...") {
			document.getElementById(id).value = "";
			document.getElementById(id).style.color = "#000000";
			document.getElementById(id).select();
	}
}
