// 오버추어 전환분석 스크립트
function convOverture (id) {
	window.ysm_customData = new Object();
	window.ysm_customData.conversion = "transId=,currency=,amount=";
	ysm_accountid = id;

	if(typeof(Asset)!='undefined') new Asset.javascript("//srv1.wa.marketingsolutions.yahoo.com/script/ScriptServlet?aid=" + id);
	
}

// 애드워즈 전환분석 스크립트
function convAdwords (id) {

	var ele=document.createElement('IMG');

	ele.width='1';
	ele.height='1';
	ele.src="http://www.googleadservices.com/pagead/conversion/"+id+"/?value=1.0&amp;label=lead&amp;guid=ON&amp;script=0";

	document.getElementsByTagName('body')[0].appendChild(ele);

}