![]() |
| Previous Page Javascript |
| The home page uses the following Javascript to display the previous web page that linked to this sites home page. If you entered this sites URL in your browser then the referrer will be blank. |
<script language="javascript" type="text/javascript">
if (document.referrer){
document.write("You left " + document.referrer + " to visit Two Hoots Software!");
}
</script>
|