hay thanks for showing me the framebuster with javascript,

i have this better simple one,

you can use this code to automatically close the top portion of the page when someone comes to your site from a search engine and they come to only view the image. so lets say i have a picture that come from a searched word from google images so i can close the top frame with this code:

<script language="JavaScript" type="text/javascript">
if (top.location != self.location) top.location = self.location;
</script>



thats it, just make sure you put it in between the <head> and </head> tags