THIS LINK HAS PEOPLE AND PETS OF ALL KINDS
Follow the Directions
There are 80 people and pets so 1 in every 80 clicks will get the same page.

HOME
Search Site by Topic
People and Pets

Jeff and Pete.jpg


DIRECTIONS TO USE THE RANDOM BUTTON BELOW

1. CLICK THE RANDOM BUTTON TO GO TO A RANDOM PAGE
2. CLICK THE BACK BUTTON ON YOUR BROWSER TO RETURN HERE.
3. CLICK THE RANDOM BUTTON AGAIN.

CLICK THIS RANDOM BUTTON


HERE'S THE CODE

<script type="text/javascript">

var urls = new Array();
urls[0] = "Tom.html";
urls[1] = "Jeff.html";
urls[2] = "Dad.html";
urls[3] = "Mole.html";
urls[4] = "Wendy.html";
urls[5] = "Mom.html";
urls[6] = "Sally.html";
urls[7] = "Steve.html";


var random = Math.floor(Math.random()*urls.length);

window.location = urls[random];

</script>




HERE'S THE CODE

<script type="text/javascript">

var urls = new Array();
urls[0] = "Tom.html";
urls[1] = "Jeff.html";
urls[2] = "Dad.html";
urls[3] = "Mole.html";
urls[4] = "Wendy.html";
urls[5] = "Mom.html";
urls[6] = "Sally.html";
urls[7] = "Steve.html";


var random = Math.floor(Math.random()*urls.length);

window.location = urls[random];

</script>