$(document).ready(function(){
   var f = "<iframe src=\"http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBVS-ONCOLOGIA%2F118813964881936&width=170&colorscheme=light&show_faces=true&border_color&stream=false&header=false&height=110\"" +
           "scrolling=\"no\"" +
           "frameborder=\"0\"" + 
           "style=\"border:none; overflow:hidden;width:170px; height:110px;\"" +
           "allowTransparency=\"true\"" +
	   "/>";	
   $("#face").html(f);
 });

