function funcAnalyzer(){
	var ImageWidth  =  1;
	var ImageHeight =  1;
	var Tags = '<img src="http://www.fwgp.com/access/acclog.php?' +
				'referrer=' + document.referrer + '&amp;' +
				'width=' + screen.width + '&amp;' +
				'height=' + screen.height + '&amp;' +
				'color=' + screen.colorDepth + '"' + ' width="'  + ImageWidth + '" height=' + ImageHeight + '" />';
	document.getElementById('analyzer').innerHTML=Tags;
}
