var a=window;
var u;function m(b){return b!=null?'"'+b+'"':'""'}
function URL_escape(url){if(encodeURIComponent){ return encodeURIComponent(url);}else{ return escape(url);}}
u="http://banner.adget.co.kr/ads/adget_ads.php?";
u+="t_pub="+a.t_pub;
u+="&t_w="+a.t_w;
u+="&t_h="+a.t_h;
u+="&t_en="+a.t_en;
u+="&t_opt="+URL_escape(a.t_opt);
u+="&t_ref="+URL_escape(a.location);
document.write("<iframe name='ads_frame' width='"+a.t_w+"' height='"+a.t_h+"' frameborder='0' src="+m(u)+" marginwidth='0' marginheight='0' vspace='0' hspace='0' allowtransparency='true' scrolling='no'>");
document.write("</iframe>")