document.write("function logo_tg_030F(i){ if(i == \"on\") { var image = document.getElementById(\"logoimg\"); image.setAttribute(\"src\",\"//js.ad4989.co.kr/etc/adpnut/image/on.jpg\"); } else if(i == \"off\") { var image = document.getElementById(\"logoimg\"); image.setAttribute(\"src\",\"//js.ad4989.co.kr/etc/adpnut/image/over.jpg\"); } }function close_030F(){ $(\"#adpnut_030F\").animate({bottom:\"-100px\"},500,function(){});}function goLink_030F(url){ window.open(url,'_blank');}var url_030F = \"https://dspserver.adpnut.com/ron/jsonp/5e099808f0b52555865078*+*www.lovesamsung.com\";var url_parse_030F = url_030F.split(\"*+*\");$(document).ready(function(){ var dt = new Date(); var week = new Array('일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'); var recentYear = dt.getFullYear(); var recentMonth = dt.getMonth() + 1; var recentDay = dt.getDate(); var today = new Date().getDay(); var todayLabel = week[today]; if(recentMonth < 10) recentMonth = \"0\" + recentMonth; if(recentDay < 10) recentDay = \"0\" + recentDay; var nowDate = recentMonth + \"/\" + recentDay+\"(\"+todayLabel+\")\"; $(\"body\").append('
'+nowDate+'
'); dpTime(); /*getWeather();*/ setInterval(\"dpTime()\",1000); bestlistinput_030F(); /*datainput_030F(false);*/});/*피넛테크 광고 노출*/function datainput_030F(c){ if(c) { /*추천기사가 있을때*/ $.ajax({ type: \"GET\", async: true, url: url_parse_030F[0], cache: false, dataType: \"jsonp\", jsonp : \"callback\", success: function(data) { var data_length = data.creatives.length; for(var i=0; i< data_length; i++) { var text = data.creatives[i].txt; /*광고주명이 있을때*/ if(text.indexOf(\"__\")>-1) { /*추천기사를 우선 광고구역에 채운뒤 나머지는 피넛테크 광고로 채움*/ if($(\"#adpnut_030F\").find(\".adList\").eq(i).find(\".summary\").text() == \"\") { var text_array = text.split('__'); $(\"#adpnut_030F\").find(\".adList\").eq(i).append(\"
AD
\"+text_array[0]+\"
PR \"+text_array[1]+\"
\"); } } else { if($(\"#adpnut_030F\").find(\".adList\").eq(i).find(\".summary\").text() == \"\") { $(\"#adpnut_030F\").find(\".adList\").eq(i).append(\"
AD
\"+data.creatives[i].txt+\"
\"); } } } }, error: function(xhr, status, error) { } }); } else { /*추천기사가 없을때*/ $.ajax({ type: \"GET\", async: true, url: url_parse_030F[0], cache: false, dataType: \"jsonp\", jsonp : \"callback\", success: function(data) { var data_length = data.creatives.length; for(var i=0; i< data_length; i++) { var text = data.creatives[i].txt; if(text.indexOf(\"__\")>-1) { var text_array = text.split('__'); $(\"#adpnut_030F\").find(\".adList\").eq(i).append(\"
AD
\"+text_array[0]+\"
PR \"+text_array[1]+\"
\"); } else { $(\"#adpnut_030F\").find(\".adList\").eq(i).append(\"
AD
\"+data.creatives[i].txt+\"
\"); } } }, error: function(xhr, status, error) { } }); }};/*매체사페이지 추천기사 추가 입력*/function bestlistinput_030F(){ $.ajax({ type: \"GET\", async: true, url: \"//api.tend-table.com/common/api/get_best.jsp?domain=\"+url_parse_030F[1]+\"&rtn_type=json\", cache: false, dataType: \"jsonp\", jsonCallback : \"callback\", success: function(data) { if(data.result.data.length != 0) { var l_best_posi = new Date().getTime()%data.result.data.length; var dataL = data.result.data.length; if(data.result.data.length > 5) { /*추천기사가 4개 이상일때 4개까지만 보여지도록*/ dataL = 2; } for(var i=0; i\"); resizeImg_030F($(\"#adpnut_030F\").find(\".adList\").eq(adIndex).find(\".thumb\").find(\"a\"),data.result.data[l_bestnow_posi].imgurl);/*이미지 가운데 정렬을 위한 함수실행*/ } datainput_030F(true);/*추천기사 있을때*/ } else { datainput_030F(false);/*추천기사 없을때*/ } }, error: function(xhr, status, error) { datainput_030F(false);/*추천기사 없을때*/ } }); };/*이미지 비율 유지한채로 가운데정렬시키기위한 함수*/function resizeImg_030F(obj,src){ var sImgWidth, sImgHeight, sTagWidth, sTagHeight, sTag, sImg, sRatio, sRatioStandard, sImgSrc, sGapW, sGapH; sTag = $(obj); sImgSrc = src; sTag.html(\"\"); sImg=sTag.find('img'); sImg.on('load',function(){ sTagWidth = sTag.width(); sTagHeight = sTag.height(); sImgWidth = sImg.width(); sImgHeight = sImg.height(); sRatio = sImgWidth / sImgHeight; sRatioStandard = sTagWidth / sTagHeight; if(sRatio >= sRatioStandard) { sImg.css({ width: 'auto', height: '100%' }); }else{ sImg.css({ width: '100%', height: 'auto' }); } /* 가운데 */ sTagWidth = sTag.width(); sTagHeight = sTag.height(); sImgWidth = sImg.width(); sImgHeight = sImg.height(); sGapW = (sTagWidth - sImgWidth) / 2; sGapH = (sTagHeight - sImgHeight) / 2; if(sRatio < 1) { sGapH = 0; } sImg.css({ position:\"absolute\", left: sGapW, top: sGapH }); });}function dpTime(){ var now = new Date(); hours = now.getHours(); minutes = now.getMinutes(); seconds = now.getSeconds(); if (hours > 12) { hours -= 12; ampm = \"오후 \"; } else { ampm = \"오전 \"; } if (hours < 10){ hours = \"0\" + hours; } if (minutes < 10) { minutes = \"0\" + minutes; } if (seconds < 10) { seconds = \"0\" + seconds; } $(\"#adpnut_030F\").find(\".time\").html(ampm + hours + \":\" + minutes + \":\" + seconds); }function getWeather(){ var now = new Date(); var years = now.getFullYear(); var month = now.getMonth()+1; if(month == 13) { month = 1; } if((month+\"\").length < 2) { month = \"0\"+month; } var days = now.getDate(); if((days+\"\").length < 2) { days = \"0\"+days; } var hours = now.getHours(); if(hours%3 != 0) { hours = hours-(hours%3); } if((hours+\"\").length < 2) { hours = \"0\"+hours; } var filename = years+\"-\"+month+\"-\"+days+\"-\"+hours; $.ajax({ type: \"GET\", async: true, url: \"//api.ad4989.co.kr/weather/\"+filename+\".txt\", cache: false, dataType: \"jsonp\", jsonpCallback: \"myCallback\", success: function(data) { var weather_html = \"\"; var weather_icon = \"\"; var color_class = \"\"; $.each(data,function(index,item){ switch(item[0].wfKor){ case \"맑음\": weather_icon = \"\"; break; case \"흐림\": weather_icon = \"\"; break; case \"구름 많음\": weather_icon = \"\"; break; case \"비\": weather_icon = \"\"; break; case \"눈\": weather_icon = \"\"; break; case \"비/눈\": weather_icon = \"\"; break; case \"소나기\": weather_icon = \"\"; break; } if(Math.floor(item[0].temp) >= 0) { color_class=\"blue\"; } else { color_class=\"red\"; } weather_html = weather_html + \"
\"+index+\"  \"+Math.floor(item[0].temp)+\"℃\"+\"  \" +weather_icon+\"
\"; }); $(\"#adpnut_030F\").find(\".weather\").append(\"
\"+weather_html+\"
\"); $('.slider').bxSlider({ mode : \"vertical\", auto: true, speed:500, controls:false, }); }, error: function(xhr, status, error) { ; } });}
")