<scRIPT language=javascript>
var sendUrl,nowUrl;
nowUrl = window.location.href;
function openSNSWin(openUrl) {
var winObj;
winObj = window.open(openUrl,"sendSNSWin","width=1024, height=800");
}
function goYozmDaum(link, prefix, parameter)
{
var href="http://yozm.daum.net/api/popup/prePost?link="+encodeURIComponent(link)+"&prefix="+encodeURIComponent(prefix)+"¶meter="+encodeURIComponent(parameter);
var a = window.open(href,'yozmSend','');
if(a) {
a.focus();
}
}
function sendTwitter(title, url) {
var wp = window.open("http://twitter.com/home?status="+encodeURIComponent(title)+" "+encodeURIComponent(url),'twitter','');
if(wp) {
wp.focus();
}
}
function sendMe2Day(title, url, tag) {
title="""+title+"":"+url;
var wp = window.open("http://me2day.net/posts/new?new_post[body]="+encodeURIComponent(title)+"&new_post[tags]="+encodeURIComponent(tag),'me2Day','');
if(wp) {
wp.focus();
}
}
function sendFaceBook(title,url) {
var href = "http://www.facebook.com/sharer.php?u=" + encodeURIComponent(nowUrl) + "&t=" + encodeURIComponent(title);
var a = window.open(href, 'iscs', 'width=1000, height=500,scrollbars=yes,resizable=yes');
if( a ){
a.focus();
}
}
function sendCyWorld(url,title,thumbnail,summary) {
var wp = window.open("http://csp.cyworld.com/bl/bo_recommend_pop.php?url="+encodeURIComponent(url)+"&title="+encodeURIComponent(title)+"&thumbnail="+encodeURIComponent(url)+"&summary="+encodeURIComponent(summary),"xu",'');
if(wp) {
wp.focus();
}
}
function sendGoogle(title,url,labels) {
var wp = window.open("http://www.google.com/bookmarks/mark?op=add&title="+encodeURIComponent(title)+"&bkmk="+encodeURIComponent(url)+"&labels="+encodeURIComponent(labels),"google",'');
if(wp) {
wp.focus();
}
}
function sendCblog(title,url,thumbnail, summary, writer) {
var wp =
window.open("http://csp.cyworld.com/bi/bi_recommend_pop.php?url="+encodeURIComponent(url)+"&title_nobase64="+encodeURIComponent(title)+"&thumbnail="+encodeURIComponent(thumbnail)+"&summary_nobase64="+encodeURIComponent(summary)+"&writer="+encodeURIComponent(writer)+"&corpid=65962485", "recom_icon_pop", "width=400,height=364,scrollbars=no,resizable=no");
if(wp) {
wp.focus();
}
}
</scRIPT>
<scRIPT src="http://www.munhwa.com/js/munhwa_view_setting.js"></scRIPT>
<scRIPT language=javascript>
</scRIPT>
|