Somehow image from my site is first for few keywords on http://images.search.yahoo.com. Is there any script that blocks that yahoo frame when user clicks on my image? So it will just open my site...
Put this code in the <head></head> of your website: <script type="text/javascript"> if (top.location != self.location) top.location = self.location.href; </script> Code (markup):