<!--
var ul = 'UNKNOWN', bn = 'UNKNOWN', cpu='UNKNOWN', ref='', url='', av='UNKNOWN', os='UNKNOWN', color='UNKNOWN', ua='UNKNOWN', res='', curdate = new Date();
hh      = curdate.getHours();
cpu     = navigator.cpuClass;
pf      = navigator.platform;
av      = navigator.appVersion;
ref     = document.referrer;
url     = document.URL;
ua      = navigator.userAgent;
res     = window.screen.width+"x"+window.screen.height;
na      = navigator.appName;
sc      = screen.colorDepth;
domain  = location.hostname;

if( pf.indexOf('undefined') >= 0 || pf ==  '' ) os = 'UNKNOWN' ;
else os = pf ;

if( os.indexOf('Win32') >= 0 ){
             if( ua.indexOf('98')>=0) os = 'Windows 98' ;
        else if( ua.indexOf('95')>=0 ) os = 'Windows 95' ;
        else if( ua.indexOf('Me')>=0 ) os = 'Windows Me' ;
        else if( ua.indexOf('NT')>=0 ) os = 'Windows NT' ;
        else ua = 'Windows' ;

        if( ua.indexOf('NT 5.0')>=0)   os = 'Windows 2000' ;
        if( ua.indexOf('NT 5.1')>=0){  os = 'Windows XP' ;
                if(ua.indexOf('SV1')> 0)     os = 'Windows XP SP2';
        }
        if( ua.indexOf('NT 5.2')>=0) os = 'Windows Server 2003' ;
}

pf_substr = pf.substring(0,4);

if( pf_substr == 'Wind'){
        if( pf_substr == 'Win1')       os = 'Windows 3.1';
        else if( pf_substr == 'Mac6' ) os = 'Mac' ;
        else if( pf_substr == 'MacO' ) os = 'Mac' ;
        else if( pf_substr == 'MacP' ) os = 'Mac' ;
        else if( pf_substr == 'Linu' ) os = 'Linux' ;
        else if( pf_substr == 'WebT' ) os = 'WebTV' ;
        else if( pf_substr == 'OSF1' ) os = 'Compaq Open VMS' ;
        else if( pf_substr == 'HP-U' ) os = 'HP Unix' ;
        else if( pf_substr == 'OS/2' ) os = 'OS/2' ;
        else if( pf_substr == 'AIX4' ) os = 'AIX';
        else if( pf_substr == 'Free' ) os = 'FreeBSD';
        else if( pf_substr == 'SunO' ) os = 'SunO';
        else if( pf_substr == 'Drea' ) os = 'Drea';
        else if( pf_substr == 'Plan' ) os = 'Plan';
}

//cpu
     if( cpu == 'x86' )   cpu = 'Intel x86';
else if( cpu == 'PPC' )   cpu = 'Power PC';
else if( cpu == '68k' )   cpu = 'Motorola 680x';
else if( cpu == 'Alpha' ) cpu = 'Compaq Alpa';
else if( cpu == 'Arm' )   cpu = 'ARM';

//ºê¶ó¿ìÀú
if(ua.indexOf('MSIE 6.0') >= 0)      b_name = 'Explorer 6.0';
else if(ua.indexOf('MSIE 7.0') >= 0) b_name = 'Explorer 7.0';
else if(ua.indexOf('MSIE 5.5') >= 0) b_name = 'Explorer 5.5';
else if(ua.indexOf('MSIE 5.0') >= 0) b_name = 'Explorer 5.0';
else if(ua.indexOf('Firefox') >= 0)  b_name = 'Firefox';
else if(ua.indexOf('Netscape') >= 0) b_name = 'Netscape';
else if(ua.indexOf('Opera') >= 0)    b_name = 'Opera';
else if(ua.indexOf('Gecko') >= 0)    b_name = 'Mozilla';
else b_name = 'UNKNOWN';

//alert(sc);

//ÀÌÀü°æ·Î ¹× °Ë»ö»çÀÌÆ® Å°°ª ¹Þ±â
function replaceText(text){ 
   while(text.lastIndexOf("&") > 0){
     text = text.replace('&','[!]');
   }
   return text;
}
ref = replaceText(ref);        

if(url.indexOf('%u') > 0)
url = unescape(url);
url = url.replace(/[:]/g, "%3A");
url = url.replace(/[?]/g, "%3F");
url = url.replace(/[=]/g, "%3D");
url = url.replace(/[&]/g, "%26");
var re;

var getimg = new Image(1,1) ;
re  = "http://wlog.hodi.co.kr/";
re += "getdata.php";
re += "?K="+ USERKEY; 
re += "&M="+ domain;
re += "&H="+ hh;
re += "&C="+ cpu;
re += "&T="+ b_name;
re += "&O="+ os;
re += "&R="+ ref;
re += "&P="+ location.href;
re += "&S="+ res;
re += "&B="+ sc;
re += "&L="+ navigator.browserLanguage;
getimg.src = re;
//alert(re);
-->
