//<!-- START OF SmartSource Data Collector TAG -->
//<!-- Copyright 2002 NetIQ Corporation -->
//<!-- V6.0 -->
function dcs_6_0(dcs_URI,dcs_QRY,dcs_EXT)
{
	var dCurrent = new Date();
	var P = "";
	P+="http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://webtrends.townhall.com/DCS7vV82SIbrqfHmO0kf1cGh5_9B2Q/dcs.gif?";
	P+="dcsuri="+escape(dcs_URI);
	P+="&dcsqry="+escape(dcs_QRY);
	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+="&dcssip=yourdomain";  //For Cross domain tracking, replace 'yourdomain' and remove the leading '//'.
	//P+="&dcsp3p=yourp3pheader";  //To issue P3P header, replace 'yourp3pheader' and remove the leading '//'.
	//P+="&dcscfg=yourcfg";  //To configure SDC, replace 'yourcfg' and remove the leading '//'.
	P+="&dcsdat="+escape(dCurrent.getTime());
	document.write('<IMG BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="'+P+'">');
}
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_6_0(dcsURI,dcsQRY,dcsEXT);
//<!-- END OF SmartSource Data Collector TAG -->