vkDom.onLoad(function(){

	if(!kigoDom.getBody().hasClass('template-property'))
		return;
	
	(new kigoDom('footer')).append(kigoDom.create('div', {'id' : 'fb'}).append(
		kigoDom.create('iframe', 
			{
				// These are required for IE
				'frameBorder'		:	'0',
				'hspace'			:	'0',
				'vspace'			:	'0',
				'marginWidth'		:	'0',
				'marginHeight'		:	'0',
				'scrolling'			:	'no', 
				'allowTransparency'	:	'true',
				'src'				:	'http://www.facebook.com/plugins/like.php?app_id=210423482321897&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font&height=21&href=' + encodeURIComponent(window.location.protocol + '//' + window.location.hostname + window.location.pathname)
			}, 
			{'border':'none', 'overflow':'hidden', 'width' : '78px', 'height':'21px'}
		)
	));
});
