/*
 *	EXTERNAL WIDGET CONFIGURATION
 *
 *	this file loads in the HEAD section so is available for widgets on the page
 *	all other JS loads at the bottom of the page, which is why this is separate!
 */

/*
 *	CONFIG for "Add This" social networking/bookmarking button
 *
 *	SEE: http://www.addthis.com/help
 *	SEE: http://www.addthis.com/help/customize/services
 */
var addthis_config = {
	pubid:					'ra-4dc2fd9e0ff12089'
,	ui_cobrand:				'WebmasterBond'	// max 15-chars
,	ui_click:				false	// true = do NOT open on mouseover
,	ui_delay:				500		// ms - def: 0
,	ui_hover_direction:		-1		// force open 'down' (-1)
,	ui_offset_top:			-1
,	ui_offset_left:			0
,	data_track_clickback:	true
/*
,	ui_use_css:				true	// false = do NOT download addthis stylesheet
,	services_compact:		'email, favorites, print, facebook, twitter, digg, delicious, myspace, google, reddit, more' // ALWAYS 'more' so user can expand list
,	services_exclude:		'print'
,	data_ga_tracker:		''		// code to integrate with Google Analytics

*/
};

/*
 *	CONFIG for Google reCAPTCHA
 *
 *	SEE: http://code.google.com/apis/recaptcha/docs/php.html
 *	SEE: http://code.google.com/apis/recaptcha/docs/customization.html
 */
var RecaptchaOptions = {
	lang:	'en' // en, fr, es, de ...
,	theme:	'clean' // blackglass, white, clean, red (default)
};

