// Twitter Feed settings
$(document).ready(function(){
	$("#twitter-feed").tweet({
		loading_text: "<div id=\"tweets-msg\">We're loading the tweets, hold on...</div>"
	});
});
// Recaptcha settings 
var RecaptchaOptions = {
	theme : 'clean'
};
