	// embed Facebook components (avoids xhtml validation issues)
	

	
	c = document.getElementById('fblike');
	
	if (c != null) {
	e = document.createElement('fb:like');
	e.setAttribute('action', 'like');
	e.setAttribute('width', '450');
	c.appendChild(e);
	}
	
	c = document.getElementById('fbsharebutton');
	
	if (c != null) {
	e = document.createElement('fb:share-button');
	e.setAttribute('action', 'share');
	e.setAttribute('type', 'button_count');
	e.setAttribute('width', '473');
	c.appendChild(e);
		}
		
	c = document.getElementById('fblogin');
	
	if (c != null) {
	e = document.createElement('fb:login-button');
	e.setAttribute('autologoutlink', 'true');
  c.appendChild(e);
	}
	
	c = document.getElementById('fbcomments');
	
	if (c != null) {
	e = document.createElement('fb:comments');
	e.setAttribute('numposts', '100');
	e.setAttribute('width', '425');
	e.setAttribute('xid', '161236107254904');
	c.appendChild(e);
	}
	
// End of additional feautures //
	
	// FaceBook initialise
	window.fbAsyncInit = function () { FB.init({ appId: '161236107254904', status: true, cookie: true, xfbml: true }); }; (function () { var e = document.createElement('script'); e.src = document.location.protocol + '//connect.facebook.net/en_GB/all.js'; e.async = 1; document.getElementById('fb-root').appendChild(e); } ());

