Random Link example
| Game | News | Win Mags | Win downloading |
| Happy Puppy | CNN | Pcworld | 32-bit windows |
| Gamespot | Time daily | techweb | ZD Net Software |
| gamecenter | Nando News | ZDNET | Download PCWorld |
| gamedomain. | Path Finder News | Win Mag | download.com |
| game pen.. | Vancouver Sun | C/net | shareware.com |
The only script on this page is:
<script>
function random_all(){
var myrandom=Math.round(Math.random()*(document.links.length-1))
window.location=document.links[myrandom].href
}
</script>