function firePlayListTag(FileName) {
	var gDomain="statse.webtrendslive.com";
	var gDcsId="dcs2hyzt15h7cne2asslk9ex8_6x7b";

	var iSrc = "http:\/\/" + gDomain + "/" + gDcsId + "/njs.gif?pm_filename=" + FileName + "&WT.js=Yes";
	if (document.images) {
		gImages[gIndex]=new Image;
		gImages[gIndex].src=iSrc;
		gIndex++;
	}
}


function fireMailLinkTag(FileName, MailLink) {
	var gDomain="statse.webtrendslive.com";
	var gDcsId="dcs2hyzt15h7cne2asslk9ex8_6x7b";

	var iSrc = "http:\/\/" + gDomain + "/" + gDcsId + "/njs.gif?PM_FileName=" + FileName + "&PM_STFLink=" + MailLink+ "&WT.js=Yes";
	if (document.images) {
		gImages[gIndex]=new Image;
		gImages[gIndex].src=iSrc;
		gIndex++;
	}
}