<!--

// 2010.06.28 Γί°‘
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-17029663-1']);
  _gaq.push(['_setDomainName', '.acuvue2-define.co.kr']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_setAllowHash', false]);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

var xmlHttp;
function initXMLHttp()
{
	var xmlHttp = false;
	try
	{
		xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
	}
	catch (e)
	{
			xmlHttp = new XMLHttpRequest();
	}
	return xmlHttp;
}
function click_tracking(param)
{
	xmlHttp = initXMLHttp();
	xmlHttp.open("POST", "/event/Fuji_201003/click_tracking.asp", true);
	xmlHttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
	xmlHttp.send("banner_code=" + param);
}

//-->
