$(document)
    .ready(
        function()
        {
	      /*  $("#FBlikebox")
	            .html(
	                //'<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fcs-cz.facebook.com%2Fpages%2FBud%25C4%259Bjck%25C3%25A1-Drbna%2F219442444736205%3Fsk%3Dwall&amp;width=710&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=false&amp;height=257" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:710px; height:257px;" allowTransparency="true"></iframe>'
	            		//'<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="http://www.budejckadrbna.cz/" width="710" show_faces="true" border_color="" stream="false" header="false"></fb:like-box>'
	            		);*/
	        $("#fb-like-button")
	            .html(
	                '<iframe src="http://www.facebook.com/plugins/like.php?href='
	                    + $("#fb-like-button").attr('rel')
	                    + '&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=24"	scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:28px;" allowTransparency="true"></iframe>');

        });
