
c4googleExclude = [
"www.life.channel4.com/microsites/0-9/4realvolvo/",
"www.life.channel4.com/microsites/0-9/10yy/",
"www.life.channel4.com/advertorial/experiencefood/"];

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")>=0 || ignoreGoogle) {
OAS_listpos = OAS_listpos.split(",x10")[0]+OAS_listpos.split(",x10")[1];
}