¡°Çѱ¹, °Á¦¸ÅÃá °ø±Þ±¹ÀÌÀÚ ÃÖÁ¾ µµÂø±¹¡± |
Ú¸±¹¹«ºÎ ÀαǺ¸°í¼¡¦ ¿©ÀüÈ÷ ³¸¶ß°Å¿î ½ÇÅ ÁöÀû |
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 wp = window.open("http://www.facebook.com/sharer.php?u=" + url + "&t="+encodeURIComponent(title),'facebook', '');
if(wp) {
wp.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");
// window.open("http://csp.cyworld.com/bi/bi_m_recommend_pop.php?url="+encodeURIComponent(url)+"&title_nobase64="+title+"&title="+encodeURIComponent(title)+"&thumbnail="+thumbnail+"&summary_nobase64="+summary+"&summary="+encodeURIComponent(summary)+"&writer="+encodeURIComponent(writer)+"&corpid=65962485", "recom_icon_pop", "width=400,height=364,scrollbars=no,resizable=no");
if(wp) {
wp.focus();
}
}
õ¿µ½Ä±âÀÚ kkachi@munhwa.com | °ÔÀç ÀÏÀÚ : 2011-06-28 11:36 |
|
function CriteoSetCookie(name,value){
var argv = CriteoSetCookie.arguments;
var argc = CriteoSetCookie.arguments.length;
var expires = (2 < argc) ? argv[2]:null;
var path = (3 < argc) ? argv[3]:null;
var domain = (4 < argc) ? argv[4]:null;
var secure = (5 < argc) ? argv[5]:null;
var expire_date = new Date();
expire_date.setDate(expire_date.getDate()+expires);
document.cookie = name + "=" + escape (value) + ((expire_date == null) ? "" : ("; expires=" + expire_date.toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "": ("; domain=" + domain)) + ((secure == true) ? "; secure" : "");
}
function CriteoGetCookie(strName)
{
var strArg = new String(strName + "=");
var nArgLen, nCookieLen, nEnd;
var i = 0, j;
nArgLen = strArg.length;
nCookieLen = document.cookie.length;
if(nCookieLen > 0) {
while(i < nCookieLen) {
j = i + nArgLen;
if(document.cookie.substring(i, j) == strArg) {
nEnd = document.cookie.indexOf (";", j);
if(nEnd == -1) nEnd = document.cookie.length;
return unescape(document.cookie.substring(j, nEnd));
}
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
}
return("");
}
var cnt = 0;
var toDay = new Date();
var toY= toDay.getFullYear();
var toM = (toDay.getMonth()+1)>9 ? ''+(toDay.getMonth()+1) : '0'+(toDay.getMonth()+1);
var toD = toDay.getDate()>9 ? ''+toDay.getDate() : '0'+toDay.getDate();
var c_time = toY+"-"+toM+"-"+toD;
var strReturnC = CriteoGetCookie("112421[c]");
var strReturnV = CriteoGetCookie("112421[v]");
var strReturnT = CriteoGetCookie("criteo_ctime");
var viewCnt = new Number(CriteoGetCookie("shop_count"));
if(strReturnV == "1" && strReturnT != c_time) //ÀÔ·ÂµÈ ³¯Â¥°¡(c_time)ÀÌ ¿À´ÃÀÌ ¾Æ´Ò¶§ Ä«¿îÅ͸¦ ÃʱâÈ ÈÄ ´çÀÏ ³¯Â¥¸¦ ¼ÂÆÃ
{
CriteoSetCookie("criteo_ctime",c_time, 1 , "/", ".munhwa.com"); //´çÀϳ¯ÀÚ·Î ÄíŰ »ý¼º
CriteoSetCookie("shop_count",0, 1 , "/", ".munhwa.com"); //¼¥Ä«¿îÆ® ÄíŰ »ý¼º. 0ºÎÅÍ ½ÃÀÛ
}
else if( strReturnV == "1" && viewCnt < 9 ) //ÀÔ·ÂµÈ ³¯Â¥°¡(c_time)ÀÌ ¿À´Ã°ú ¶È°°°Å³ª Ä«¿îÆ®°¡ 9º¸´Ù ÀÛÀ» ¶§
{
var cnt = new String(viewCnt + 1);
CriteoSetCookie("shop_count",cnt , 1, "/", ".munhwa.com"); //ÆäÀÌÁö¿¡ Á¢¼ÓÇÒ¶§¸¶´Ù Ä«¿îÅÍ 1½Ä Áõ°¡
}
if(strReturnV =="1" && viewCnt < 9){ //Ä«¿îÆ®°¡ 9º¸´Ù ÀÛÀ» ¶§ Å©¸®Å׿À ½ºÅ©¸³Æ® ÀÛµ¿
var m3_u = (location.protocol=='https:'?'https://cas.criteo.com/delivery/ajs.php':'http://cas.criteo.com/delivery/ajs.php');
var m3_r = Math.floor(Math.random()*99999999999);
if (!document.MAX_used) document.MAX_used = ',';
document.write ("");
document.write("");
}else{
google_ad_client = "pub-3665100911591867";
/* 300x250, ÀÛ¼ºµÊ 09. 3. 23 */
google_ad_slot = "5381195455";
google_ad_width = 300;
google_ad_height = 250;
document.write ("");
}
google_protectAndRun("render_ads.js::google_render_ad", google_handleError, google_render_ad);
|
| |
|
¹Ì±¹ ±¹¹«ºÎ°¡ 27ÀÏ ¹ßÇ¥ÇÑ ¿¬·Ê ÀνŸŸŽÇÅÂ(TIP) º¸°í¼¿¡ Çѱ¹ÀÇ ³¸¶ß°Å¿î ÀνŸŸŠ½Çŵµ ÇÔ²² °ø°³µÆ´Ù. Çѱ¹Àº ºñ·Ï Á¤ºÎ Â÷¿øÀÇ ³ë·ÂÀÌ ÀÎÁ¤µÇ±ä ÇßÁö¸¸, ¿©ÀüÈ÷ ¸ÅÃáÀÌ ¼ºÇàÇÏ´Â ±¹°¡·Î ¹¦»çµÇ´Â µî Áö³ÇØ º¸°í¼¿Í Å©°Ô ´Þ¶óÁöÁö ¾Ê¾Ò´Ù. º¸°í¼´Â Çѱ¹¿¡ ´ëÇØ ù ¹®ÀåºÎÅÍ ¡°Çѱ¹Àº °Á¦ ¸ÅÃá°ú °¿äµÈ ³ëµ¿¿¡ Ã³ÇØÁö´Â ³²¼º°ú ¿©¼ºÀÇ °ø±Þ±¹ÀÌÀÚ, °æÀ¯±¹À̸ç ÃÖÁ¾ µµÂø±¹¡±À̶ó°í ±ÔÁ¤Çß´Ù. º¸°í¼´Â ¡° ·¯½Ã¾Æ, ¿ìÁî º£Å°½ºÅº, Ä«ÀÚÈ彺ź, ¸ð·ÎÄÚ, ÄÝ·Òºñ¾Æ, ¸ù°ñ, Áß±¹, Çʸ®ÇÉ, ű¹, įº¸µð¾Æ, ºÏÇÑ, º£Æ®³², ÀϺ» µîÁö¿¡¼ ³²¼º°ú ¿©¼ºµéÀÌ Ãë¾÷À̳ª °áÈ¥À» À§ÇØ ¸ðÁýµÈ´Ù¡±¸é¼ ¡°À̵é Áß ÀϺΰ¡ Çѱ¹ ³»¿¡¼ °Á¦ÀûÀÎ ¸ÅÃá ȤÀº °Á¦ ³ë¿ª¿¡ Ã³ÇØÁø´Ù¡±°í ÁöÀûÇß´Ù. º¸°í¼´Â ¡°ÁÖ·Î Àú°³¹ß ±¹°¡ ¿©¼ºµéÀÌ ±¹Á¦°áÈ¥ ºê·ÎÄ¿µé¿¡ ÀÇÇØ Çѱ¹ ³²¼º°ú °áÈ¥À» ÅëÇØ ¸ðÁýµÅ Çѱ¹ µµÂø Áï½Ã ¸ÅÃáÀ̳ª °Á¦³ë¿ªÀ¸·Î ³»¸ô¸°´Ù¡±¸é¼ ¡°ºúÀ» °í¸®·Î ¼º¸Å¸Å ÇÇÇØ ¿©¼ºµéÀÌ ¼Ó¹ÚµÇ°í ÀÖÀ¸¸ç, °í¿ëÁÖµé°ú ºê·ÎÄ¿µéÀº ÇÇÇØÀÚµéÀÇ ºúÀ» ´õ ¾ÇȽÃŰ´Â ¹æ¹ýµéÀ» ã¾Æ³»°í ÀÖ´Ù¡±°í ÀüÇß´Ù. ÇÇÇØ ¿©¼ºµéÀÇ »ó´ç¼ö´Â ¿©±ÇÀ» »©¾Ñ±ä ä À̵¿ÀÌ Á¦ÇÑµÈ °¡¿îµ¥ Àӱݵµ ¹ÞÁö ¸øÇϰí ÀÖ´Ù°í ¼Ò°³Çß´Ù. Çѱ¹ ¿©¼ºµéÀÇ ¸ÅÃáµµ ¿©ÀüÈ÷ ºÎ²ô·¯¿î »óȲÀÌ´Ù. Çѱ¹ ¿©¼ºÀº ±¹³»»Ó¸¸ ¾Æ´Ï¶ó ¹Ì±¹, ij³ª´Ù, ÀϺ», È£ÁÖ µîÁö¿¡¼ °Á¦ ¸ÅÃá¿¡ ½Ã´Þ¸®¸ç, Çѱ¹ÀÇ 10´ëµéÀÌ Á¡Á¡ ¸ÅÃá¿¡ ÂøÃë´çÇϰí ÀÖ°í, Çѱ¹¿¡¼ÀÇ ¾Æµ¿ ¼º ÂøÃëÀÇ 95% ÀÌ»óÀº ÀÎÅͳÝÀ» ÅëÇØ Áß°³µÈ´Ù°í º¸°í¼°¡ ¹àÇû´Ù. º¸°í¼´Â Çѱ¹ Á¤ºÎ¿¡ ´ëÇØ Æ÷°ýÀûÀÎ ¹Ý(Úã)ÀνŸŸŹýÀ» Á¦Á¤Çϰí, ¾Æµ¿ ¼½½º °ü±¤¿¡ ´ëÇÑ ¹ýÁýÇàÀ» °ÈÇÒ °ÍÀ» Ã˱¸Çß´Ù. |
|