function GA_mvy(){
	if (window.gid != null && window.aid != null && window.gid.length != 0 && window.aid.length!=0) {
		GA_googleAddAttr("google_cust_gender", window.gid);
		GA_googleAddAttr("google_cust_age", window.aid);
	}
	return;
}
function fixQuotes(){
   if (!document.adPos) return;
	for (var i=0; i < document.adPos.length;i++){
		var fixMe=document.getElementById(document.adPos[i]).parentNode.getElementsByTagName('blockquote');
		if(fixMe.length>0){
			fixMe[0].style.marginRight='320px';
		}
	}
	return;
}