<!--
var var_kLicense;
var kdfv_domain = window.location.hostname;


if(kdfv_domain.search(".netmarble.net") != -1)
{
  	var_kLicense = "b63a6b0bc84754b4c23912690e3766bcddb09eeded9b87141c79069cb35f4f3d01";
}
else if(kdfv_domain.search("netmarble.net") != -1)
{
  	var_kLicense = "f5449724c715c2687b79e247ced1c084fdefc1c7da0a2b5ea37da21672f02b6cf0";
}

if (window.ActiveXObject)
{
	document.write('<object id=kdefense classid="CLSID:A4508A45-F1C4-40f3-99B4-0CA08AC77E3B"');
	document.write('	codebase="http://download.netmarble.net/kdefence/kdfense8.cab#Version=8,2,1,3"');
	document.write('	height=0 width=0 align=left size=0>');	
	document.write('	<PARAM name="IsDebug" value="no">');
	document.write('	<PARAM name="nOption" value=6>');	

	//--xx 0x22 CJ Internet
	document.write('	<PARAM name="nOptionEx" value=', parseInt("0x22070001",16), '>');
	document.write('	<PARAM name="szIconON" value="http://download.netmarble.net/kdefence/iconon.ico">');
	document.write('	<PARAM name="szIconONHash" value="6D934882C1063EEC6C53E186362D810C">');
	document.write('	<PARAM name="szIconOFF" value="http://download.netmarble.net/kdefence/iconoff.ico">');
	document.write('	<PARAM name="szTipImage" value="http://download.netmarble.net/kdefence/tooltip.bmp">');
	document.write('	<PARAM name="szTipImageHash" value="2B8A392EB3ACAF7623F7B985A492BB2A">');	

	document.write('	<PARAM name="nModuleVersion" value=06032701>');
	document.write('	<PARAM name="szModulePath" value="http://download.netmarble.net/kdefence/kdfinj.dll">');
	document.write('	<PARAM name="szModuleHash" value="8BB262880AC446F0BE2900F19786B401">');	

	document.write('	<PARAM name="nExModuleVersion" value=05110301>');
	document.write('	<PARAM name="szExModulePath" value="http://download.netmarble.net/kdefence/kdfmod.dll">');
	document.write('	<PARAM name="szExModuleHash" value="F2E8633E163C5D9F6CDE6AA66B1A5D82">');

	document.write('	<PARAM name="szGKey" value="d226c4e3a4ebc99ec1a1aac0c22b2d9b7265d5f8cd871fcbfbdda8ed57c67d68e0">');
	document.write('	<PARAM name="kLicense" value=', var_kLicense, '>');
	document.write('</object>');
}
//-->
