if(document.URL.substring(0,4) != 'file')
{
	if (typeof(parent.document) != "unknown")
		var Dc_Url = parent.document.URL;
	else
		var Dc_Url = "";


	var Dc_str="<div height='0' style='top:-1;position:absolute'><img src='http://dpcounter.dotnetpia.co.kr/DpCounter.aspx?";
	Dc_str += "url=" + escape(Dc_Url) + "' border=0 height=0 width=0></div>";

	document.write(Dc_str);
}


