// 트위터function go_twitter() {var str = document.title;var enstr = encodeURIComponent(str);var url = document.URL;var tmphref = "http://twitter.com/share?url="+url+"&text="+encodeURIComponent(document.title);window.open(tmphref);} // 페이스북function go_facebook() {var url = document.URL; var strpath = "http://www.facebook.com/sharer.php?u="+url; window.open(strpath);//window.open(strpath, 'Facebook'..