
// koolfind.js setup - top

if(self!=top) { url=self.location.href;
if(document.images) { top.location.replace(url); }
else { top.location.href=url; } }
else { self.focus(); }

// koolfind.js setup - end
