if(document.URL.substring(0,4) != 'file')
{
	if (typeof(parent.document) != "unknown")
		var Dc_Url = parent.document.URL;
	else
		var Dc_Url = "";
		
	var sType = "001";
	var sTotal_X = "50";
	var sTotal_Y = "4";
	var sToday_X = "50";
	var sToday_Y = "25";
	var sNumWidth = "7";
	var sNumHeight = "12";

	var Dc_str="<img src='http://counter.nesolution.com/ImageView/ImageView.aspx?";
	Dc_str += "url=" + escape(Dc_Url) + "&type=" + sType + "&total_x=" + sTotal_X;
	Dc_str += "&total_y=" + sTotal_Y + "&today_x=" + sToday_X + "&today_y=" + sToday_Y;
	Dc_str += "&num_width=" + sNumWidth + "&num_height=" + sNumHeight + "' border=0>";

	document.write(Dc_str);
}



