/*  window.fbAsyncInit = function() {
    FB.init({appId: '190018067697956', status: true, cookie: true,
             xfbml: true});
  };
  (function() {
    var e = document.createElement('script'); e.async = true;
    e.src = document.location.protocol +
      '//connect.facebook.net/en_US/all.js';
    document.getElementById('fb-root').appendChild(e);
  }());
  
document.write('<fb:like href="http://www.brandinc.co.za/' + location.pathname + '" layout="button_count" show_faces="true" width="240" action="like" font="arial" colorscheme="dark"></fb:like>');

//<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="www.brandinc.co.za" show_faces="true" width="240" font="arial" colorscheme="dark"></fb:like>

<script type="text/javascript" src="/js/facebook.js">
</script>

*/

var e;
	
	var c = document.getElementById('fbrecommendations');
	
	if (c != null) {
	e = document.createElement('fb:recommendations');
	e.setAttribute('site', 'http://www.brandinc.co.za');
	e.setAttribute('width', '260');
	e.setAttribute('height', '280');
	e.setAttribute('header', 'true');
	e.setAttribute('colorscheme', 'dark');
	c.appendChild(e);
	}
	
	c = document.getElementById('fblike');
	
	if (c != null) {
	e = document.createElement('fb:like');
	e.setAttribute('action', 'like');
	//e.setAttribute('layout', 'button_count');
	e.setAttribute('font','arial');
	e.setAttribute('width', '260');
	e.setAttribute('colorscheme', 'dark');
	e.setAttribute('show_faces','true');
	e.setAttribute('href','www.brandinc.co.za');
	e.setAttribute('image', 'http://www.brandinc.co.za/facebook_images/bi_fb_logo.jpg');
	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', '260');
	//e.setAttribute('style','margin-top:20px');
	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', '260');
	e.setAttribute('colorscheme', 'dark');
	c.appendChild(e);
	}
	
// End of additional feautures //
	
	// FaceBook initialise
	window.fbAsyncInit = function () { FB.init({ appId: '190018067697956', status: true, cookie: true, xfbml: true }); }; (function () { var e = document.createElement('script'); e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; e.async = true; document.getElementById('fb-root').appendChild(e); } ());

/*<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="www.brandinc.co.za" show_faces="true" width="240" font="arial" colorscheme="dark"></fb:like>   */
