Stat.Median=Class.create();
Stat.Median.prototype={
	_code:'',
	initialize:function(Code){
		this._code=Code;
		VateraEvent.add(window,'load',this.load.bind(this));
	},
	load:function(){
		var img=document.createElement('img');
		img.width=1;
		img.height=1;
		var MedianProtocol=('https:' == document.location.protocol) ? 'https:' : 'http:';
		img.src=MedianProtocol+'//audit.median.hu/cgi-bin/track.cgi?uc='+this._code+'&dc=1&ui='+same;
		document.getElementsByTagName('body')[0].appendChild(img);
	}
}