
c4googleExclude = ["www.4homes.channel4.com/welcome_feature.html",
"www.4homes.channel4.com/news/index.jsp",
"www.4homes.channel4.com/ontv/index_2.html"];

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];
}
