

document.writeln('<center><table border="0">');
document.writeln(' <tr>');
document.writeln('  <td>');
function random_imKRink(){
var myimages=new Array(8)
myimages[1]="http://www.cropcircles.net/crabtree-cc.gif"
myimages[2]="http://www.lovearth.net/opnetban2.gif"
myimages[3]="http://www.alternativenews.net/altposter.gif"
myimages[4]="http://www.earthnews.net/earthnews150.gif"
myimages[5]="http://www.cropcircles.net/crabtree-cc.gif"
myimages[6]="http://www.humane.net/humane2.gif"
myimages[7]="http://www.georgewalkerbush.net/gwbush.gif"
myimages[8]="http://www.rainforests.net/rfspecies.gif"

var imagelinks=new Array(8)
imagelinks[1]="http://www.cropcircles.net"
imagelinks[2]="http://www.overpopulation.net"
imagelinks[3]="http://www.alternativenews.net"
imagelinks[4]="http://www.earthnews.net"
imagelinks[5]="http://www.cropcircles.net"
imagelinks[6]="http://www.humane.net"
imagelinks[7]="http://www.georgewalkerbush.net"
imagelinks[8]="http://www.rainforests.net"

var y=Math.round(Math.random()*8)
if (y==0) y=1
if (y>7.5) y=8
document.write('<a href='+'"'+imagelinks[y]+'"'+'><img src="'+myimages[y]+'" border=0></a>')
}
random_imKRink()
document.writeln('  </td>');
document.writeln(' </tr>');
document.writeln('</table></center>');
