function _qvoid(){return;}
function qpquantserve(ajaxURL){
	var r=_qcrnd();
	var sr='',qo='',qm='',url='',ref='',je='u',ns='1',media='webpage',event='load';
	if(typeof _qoptions !="undefined" && _qoptions!=null){
		for(var k in _qoptions){
			if(typeof(_qoptions[k])!='string'){continue;}
			if(k=='qacct'){_qacct=_qoptions[k];}
			else{qo+=';'+k+'='+_qceuc(_qoptions[k]);}
			if(k=='media'){media=_qoptions[k];}
			if(k=='event'){event=_qoptions[k];}
		}
		_qoptions=null;
	}

	if((typeof _qacct =="undefined")||(_qacct.length==0))return;

	if(media=='webpage' && event=='load'){
		if((typeof _qpixelsent !="undefined")&&(_qpixelsent==_qacct) && typeof ajaxURL == "undefined")return;
		_qpixelsent=_qacct;
	}

	var ce=(navigator.cookieEnabled)?"1":"0";
	if(typeof navigator.javaEnabled !='undefined')je=(navigator.javaEnabled())?"1":"0";
	if(typeof _qmeta !="undefined" && _qmeta!=null){qm=';m='+_qceuc(_qmeta);_qmeta=null;}
	if(self.screen){sr=screen.width+"x"+screen.height+"x"+screen.colorDepth;}
	var d=new Date();
	var dst=_qcdst();

	var dc="1204851451-75505873-73834818";
	var qs="http://pixel.quantserve.com";
	var fp=_qcsc(dc);


 if(window.location && window.location.href && typeof ajaxURL == "undefined")url=_qceuc(window.location.href); else url=_qceuc(ajaxURL);
 if(window.document && window.document.referrer)ref=_qceuc(window.document.referrer);
 if(self==top)ns='0';

 var img=new Image(1,1);
 img.alt="";
 img.src=qs+'/pixel'+';r='+r+fp+';ns='+ns+';url='+url+';ref='+ref+';ce='+ce+';je='+je+';sr='+sr+';dc='+dc+';dst='+dst+';et='+d.getTime()+';tzo='+d.getTimezoneOffset()+';a='+_qacct+qo+qm;
 img.onload=function() {_qvoid();}
}
