
c4googleExclude = ["www.news.channel4.com/content/world-land.jsp",
"www.news.channel4.com/content/uk-land.jsp",
"www.news.channel4.com/content/business-land.jsp",
"www.news.channel4.com/content/sport-land.jsp",
"www.news.channel4.com/content/entertainment-land.jsp",
"www.news.channel4.com/special-reports/broadband_video.html",
"www.news.channel4.com/special-reports/london-blasts.html",
"www.news.channel4.com/special-reports/g8_2005.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];
}
