//Force current page to load in it's frame
var agent=navigator.userAgent.toLowerCase();
var is_goodbot=((agent.indexOf('googlebot')!=-1) || (agent.indexOf('msnbot')!=-1));
if((self.location==top.location) && !is_goodbot)self.location="../index.html?" + self.location;


