 
c4googleExclude = ["www.health.channel4.com/microsites/0-9/4health/","www.health.channel4.com/microsites/A/addiction/"];



ignoreGoogle=false;

testloc = OAS_sitepage;
for(i=0;i<c4googleExclude.length;i++) {
if(testloc.indexOf(c4googleExclude[i])>=0) {
ignoreGoogle=true;
break;
}
}


if(OAS_sitepage.indexOf("index.html")!=-1) ignoreGoogle = true;
if(ignoreGoogle) {
OAS_listpos = OAS_listpos.split(",x10")[0]+OAS_listpos.split(",x10")[1];
}
