function inject_homefb() {   var oNewNode = document.createElement("DIV");   oNewNode.innerHTML = "<div style='float:left; margin:auto auto auto 6px;'><a name='fb_share' type='button_count' href='http://www.facebook.com/sharer.php'>Condividi</a><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script></div><div style='float:left; margin:auto auto auto 6px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.baricittafutura.fm%2Findex.php&layout=button_count&show_faces=false&width=100&action=like&font=arial&colorscheme=light'scrolling='no'frameborder='0'allowTransparency='true'style='border:none;overflow:hidden;width:100px;height:20px'></iframe></div>";   var oList = document.getElementById('accessibility');   oList.appendChild(oNewNode);}
