var o = self;
// check if it's a Google cached page - we let that be ???

var url=self.location.toString();
var pos1 = url.search(/search/);
var pos2 = url.search(/cache/);

if  ((pos1 == -1 ) || (pos2 == -1) ) {
	if (o.parent.frames.length != 0) eval("o.par"+"ent.loc"+"ation=u;");
	if (self.location != u) eval("o.loca"+"tion=u;");

}
