





<!-- START OF Data Collection Server TAG -->

<!-- Copyright 2002 NetIQ Corporation -->

<!-- V2.0 -->



<!--

function dcs_2_0(dcs_URI,dcs_QRY,dcs_EXT)

{

	var dCurrent = new Date();

	var P = "";

	P+="http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://webtrendsdcs.fpl.com/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="+escape(window.location.hostname);  //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 DCS, replace 'yourcfg' and remove the leading '//'. more comments

	P +="&WT.ti="+escape(document.title);

	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);

		}

	}	

}

function dcs_newWin(dcs_URI,file_tlt)
{
	var dCurrent = new Date();
	var P = "";
	P+="http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://webtrendsdcs.fpl.com/dcs.gif?";
	P+="dcsuri="+escape(dcs_URI);
	//P+="&dcsqry="+escape(dcs_QRY);
	if ((window.location != "") && (window.location != "-"))
	{
		if (!(navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) < 4) )
		{
			P+="&dcsref="+escape(window.location);
		}
	}
	P+='';
	P+="&dcssip="+escape(window.location.hostname);  //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 DCS, replace 'yourcfg' and remove the leading '//'. more comments
	P +="&WT.ti="+escape(file_tlt);
	P+="&dcsdat="+escape(dCurrent.getTime());
	//document.write('<IMG BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="'+P+'">');
	dcsgif = new Image();
	dcsgif.src = P;
	window.open(dcs_URI);
}
function dcs_newWinSize(dcs_URI,file_tlt,height,width)
{
	var dCurrent = new Date();
	var P = "";
	P+="http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://webtrendsdcs.fpl.com/dcs.gif?";
	P+="dcsuri="+escape(dcs_URI);
	//P+="&dcsqry="+escape(dcs_QRY);
	if ((window.location != "") && (window.location != "-"))
	{
		if (!(navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) < 4) )
		{
			P+="&dcsref="+escape(window.location);
		}
	}
	P+='';
	P+="&dcssip="+escape(window.location.hostname);  //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 DCS, replace 'yourcfg' and remove the leading '//'. more comments
	P +="&WT.ti="+escape(file_tlt);
	P+="&dcsdat="+escape(dCurrent.getTime());
	//document.write('<IMG BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="'+P+'">');
	dcsgif = new Image();
	dcsgif.src = P;
	var prop = 'width=' + width + ',height=' + height + ',scrollbars=yes,resizable=yes,menubar=yes,location=yes,top=5';
	window.open(dcs_URI,'FPL',prop);
}
function dcs_sameWin(dcs_URI,file_tlt)
{
	var dCurrent = new Date();
	var P = "";
	P+="http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://webtrendsdcs.fpl.com/dcs.gif?";
	P+="dcsuri="+escape(dcs_URI);
	//P+="&dcsqry="+escape(dcs_QRY);
	if ((window.location != "") && (window.location != "-"))
	{
		if (!(navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) < 4) )
		{
			P+="&dcsref="+escape(window.location);
		}
	}
	P+='';
	P+="&dcssip="+escape(window.location.hostname);  //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 DCS, replace 'yourcfg' and remove the leading '//'. more comments
	P +="&WT.ti="+escape(file_tlt);
	P+="&dcsdat="+escape(dCurrent.getTime());
	//document.write('<IMG BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="'+P+'">');
	dcsgif = new Image();
	dcsgif.src = P;
	window.open(dcs_URI,'_self');
}

var dcsURI=window.location.pathname;

var dcsQRY=window.location.search;

var dcsEXT="";

dcsMeta();

dcs_2_0(dcsURI,dcsQRY,dcsEXT);

//-->



<!-- END OF Data Collection Server TAG -->	




