function linker()
{
//9
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write('<a href="http://www.countrysnakes.com" target="_blank">Random Link >></a>'); } // Snakes
if (ranNum == 1){document.write('<a href="http://www.pompelogpils.com" target="_blank" >Random Link >><br></a>'); } // Pils
if (ranNum == 2){document.write('<a href="http://www.angelalidin.com" target="_blank" >Random Link >><br></a>'); } // Angela
if (ranNum == 3){document.write('<a href="http://www.steffnevers.com" target="_blank" >Random Link >><br></a>'); } // Steff
if (ranNum == 4){document.write('<a href="http://www.oagee.no" target="_blank">Random Link >></a>'); } // oagee
if (ranNum == 5){document.write('<a href="http://www.kennethweines.com" target="_blank">Random Link >></a>'); } // Kenneth
if (ranNum == 6){document.write('<a href="http://up.to/ralphnilson" target="_blank">Random Link >></a>'); } // Ralph
if (ranNum == 7){document.write('<a href="http://www.sputnik.no" target="_blank">Random Link >></a>'); } // Sputnik
if (ranNum == 8){document.write('<a href="http://www.bigbullband.com" target="_blank">Random Link >></a>'); } // BigBull
if (ranNum == 9){document.write('<a href="http://www.barefoot.no/hrh/bilder/big/index.html" target="_blank" >Random Link >><br></a>'); } // BigRiver
}
