function FaceBook(n1,n2) { u=n1; t=n2; window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436'); return false; } function Twitter(n1,n2) { u=n1; t=n2; window.open('http://twitter.com/home?status='+encodeURIComponent(t)+' '+encodeURIComponent(u),'sharer','toolbar=0,status=0,width=666,height=436'); return false; } function Me2day(n1,n2) { u=n1; t=n2; window.open('http://me2day.net/posts/new?new_post[body]="'+encodeURIComponent(t)+'": '+encodeURIComponent(u),'sharer','toolbar=0,status=0,width=666,height=436'); return false; } function Yozm(n1,n2) { u=n1; t=n2; window.open('http://yozm.daum.net/api/popup/prePost?link='+encodeURIComponent(u)+'&prefix= '+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=666,height=436'); return false; }