///////////////////////////
// BFS Share this page
function Share() {
	window.open('/share/share.php?pagetitle=' + escape(document.title) + '&pagelink=' + escape(location.href), 'popup' ,'resizable=yes,width=350,height=480,status=no,location=no,toolbar=no,menubar=no,scrollbars=no'); 
}
