function facebookShare() {
	var u="http://" + location.host,
		t='Chick-fil-A Eat Mor Chikin';
	return 'http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t)+'&stamp=1232654386270';
}

function twitterShare() {
	var u="http://" + location.host,
		t='Chick-fil-A Eat Mor Chikin';
	return 'http://twitter.com/home?status='+encodeURIComponent(t + ': ' + u);
}


function facebookShareNewsletter() {
	var u = 'http://eatmorchikin.com/sign-up/',
		t = 'Go heer 2 Sighn up 4 updatez frum us. Wee will tell u tha sekrits 2 eatin mor chikin and email u abowt tha moooovement.';
	return 'http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t)+'&stamp=1232654386270';
}

function twitterShareNewsletter() {
	return 'http://twitter.com/home?status=' + encodeURIComponent('Go heer 2 Sighn up 4 updatez frum us. Wee will tell u tha sekrits 2 eatin mor chikin and email u abowt tha moooovement. http://bit.ly/eyNL5I');
}

