
c4googleExclude = [];

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];
}*/