// blog specific javascript

function feedburnerEmailSubmit() {

	window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=168701&email=' + encodeURI(document.getElementById('feedburner-sub-email').value), 'feedburner-sub-window', 'scrollbars=yes,width=550,height=520');
	return false;
	
}

function emailSubscribeWarning() {
	window.open('http://peter.upfold.org.uk/emailcomments.html', 'emailsubwarning', 'scrollbars=yes,width=425,height=580');
	return false;
}
function showPrivacyPolicy() {
	window.open('http://peter.upfold.org.uk/privacy', 'privacypolicy');
	return false;
}
