
var page = encodeURIComponent(window.location.href);
var protocol = window.location.protocol;

document.write(
	  "<iframe src=\"" + protocol + "//www.facebook.com/plugins/like.php?href="
	+ page + "&amp;layout=button_count&amp;show_faces=false&amp;width=200"
	+ "&amp;action=recommend&amp;font=lucida+grande&amp;colorscheme=light&amp;"
	+ "height=21\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; "
	+ "overflow:hidden; width:200px; height:21px; margin-top:10px;\""
	+ "allowTransparency=\"true\"></iframe>");

