Ever wanted the Google Image search results to go directly to your page?
Look no further! This goes into your page, and it will make make the users’ browser refresh once your page is loaded under the picture that google displays.
<script type="text/javascript"> if (top.location != location) { top.location.href = document.location.href; } <script>
I might make some pictures for show and tell later.