
function statLink()
{
	i = new Image(1,1);
	i.src="/BradfordMDC/Core/ClientStat.aspx?w=" + screen.width + "&h=" + screen.height + "&d=" + screen.colorDepth;
}
