
	var bdfStats = new AJAXfer('js/bdfstats_js.php?p=wc');

	bdfStats.statPoke = function (s) {
		//alert('poke');
		//this.addTarget(document.getElementById('flashContainer'));
		this.sendRequest(s);
	}

	function putStat () {
		req = 'flash='+majorVersion+'&color='+window.screen.colorDepth+'&res='+window.screen.width+'x'+window.screen.height;
		bdfStats.statPoke(req);
	}

	function confirm () {
		alert('hit');
	}

	var playerVersion = swfobject.getFlashPlayerVersion();
var majorVersion = playerVersion.major;
swfobject.addDomLoadEvent(putStat);
