$(function() {
	$('input').keydown(function(e) {
		if (e.keyCode == 13) {
			$(this).parents('form').submit();
			return false;
		}
	});

	if ($('#socialshareprivacy').length > 0) {
		$('#socialshareprivacy').socialSharePrivacy( {
			services : {
				facebook : {
					'app_id' : '0123456789',
					'perma_option' : 'off',
					'display_name' : 'Facebook'
				},
				twitter : {
					
				},
				gplus : {
					'display_name' : 'Google Plus'
				}
			},
			'cookie_domain' : 'www.freak-search.com',
			'css_path' : '/css/socialshareprivacy.css'
		});
	}
});

function thread_site(site) {
	document.location = site;
}

