var CFDSocial = function() {
	return {
		// Initate social bookmark links and create the observer
		SocialClick : function(obj) {
			window.open(obj.href, 'socialBM', 'width=700, height=375, status=0, toolbar=0, location=0, menubar=0, scrollbars=1');
			return false;
		}
	};
}();
