function fillFacebookButtons(){
	var f='<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Framazan.botego.org&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>';
	$('.facebookLike').html('test');
	alert('OK');
}

