function handleError() {
	return true;
}
function loadClixad(subsiteid,fldid){
	window.onerror = handleError;
	//document.getElementById("clixad_script").src ="http://clixad.daum.net/clix_ad/Spot?subsiteid="+subsiteid+"&fldid="+fldid
	document.getElementById("clixad_script").src ="http://clixad.daum.net/clix_ad/Spot?subsiteid="+subsiteid+"&fldid=g_top"
}

function clix_click(url){
    (new Image()).src=url; 
    return true; 
}
function makeUI(t,c,u){
	if(typeof decodeURIComponent=="function") {
		t = decodeURIComponent(t);
	} else {
		t = unescape(t);
	}
	var cu = c+"&cu="+escape(location.href);
    text+="<a href='"+u+"' onclick=\"clix_click('"+cu+"');\" target=\"_blank\" id=\"aClixad2\">"+t+"</a>";
}
