
var url = encodeURIComponent(location.href) ;
var title = encodeURIComponent(document.title) ;
document.write("<div style=\"text-align: center; margin-left: auto; margin-right: auto; \">\n") ;
document.write("<iframe src=\"share/twitter-app.php?url="+url+"&amp;title="+title+"\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" style=\"border: none; width: 390px; height: 200px;\"></iframe>");
document.write("</div>");





