function dcs_2_0(dcs_URI,dcs_QRY,dcs_EXT)
{
	var dCurrent = new Date();
	var P = "";
	var P2 = "DCSP2e87dUyqnBDMhJzsfWbP5_9M7P";
	P+="http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://stats.storehost.us/"+P2+"/dcs.gif?";
	P+="dcsuri="+escape(dcs_URI);
	P+="&dcsqry="+escape(dcs_QRY);
	if (window.document.referrer.search(window.location.host) == "-1")
	{
	if ((window.document.referrer != "") && (window.document.referrer != "-"))
	{
		if (!(navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) < 4) )
		{
			P+="&dcsref="+escape(window.document.referrer);
		}
	}
	}
	P+=dcs_EXT;
	P+="&dcsdat="+escape(dCurrent.getTime());
	document.write('<A HREF="http://www.iclarify.biz" TARGET="iClarify"><IMG BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="'+P+'"></A>');
}
function dcsExtend(N,V)
{
	dcsEXT+="&"+N+"="+escape(V);
}
function dcsMeta() 
{
	var F=false;
	var myDocumentElements;
	if (document.all)
	{
		F = true;
		myDocumentElements=document.all.tags("meta");
	}
	if (!F && document.documentElement)
	{
		F = true;    
		myDocumentElements=document.getElementsByTagName("meta");
	}
	if (F)
	{
		for (var i=1; i<=myDocumentElements.length;i++)
		{
			myMeta=myDocumentElements.item(i-1);
			if (myMeta.name.indexOf('WT.')==0)
				dcsExtend(myMeta.name,myMeta.content);
		}
	}	
}

var dcsURI=window.location.pathname;
var dcsQRY=window.location.search;
var dcsEXT="";
dcsMeta();
dcs_2_0(dcsURI,dcsQRY,dcsEXT);