  function RandomNumber() 
{
  var today = new Date();
  var num= today.getTime()/1000;
num=num-Math.floor(num);
  return num;
}
function RandomGraphics() 
{
  var x = RandomNumber();
   if (x > .96) {document.write("<A HREF=/congress/2006/><img src=/congress/2006/goa-banner.jpg align=center WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .90) {document.write("<A HREF=http://www.unionvegetariana.org><img src=/spanish/banners/uve.gif align=center  WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .84) {document.write("<A HREF=http://www.unionvegetariana.org><img src=/spanish/banners/uve.gif align=center  WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .78) {document.write("<A HREF=http://www.vrg.org><img src=/banners/vrg.gif align=center  WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .72) {document.write("<A HREF=http://www.ivu.org/ave/><img src=/spanish/banners/ave.gif align=center WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .66) {document.write("<A HREF=http://www.ivu.org/atelier/><img src=/spanish/banners/atelier.gif align=center WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .60) {document.write("<A HREF=http://www.uva.org.ar><img src=/spanish/banners/uva.gif align=center  WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .54) {document.write("<A HREF=http://www.liberacionanimal.org><img src=/spanish/banners/ala.jpg align=center  WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .48) {document.write("<A HREF=http://www.animanaturalis.com><img src=/spanish/banners/anima.jpg align=center WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .42) {document.write("<A HREF=http://www.vegansociety.com><img src=/banners/vegansoc.jpg align=center  WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .36) {document.write("<A HREF=http://www.vegetarianguides.com><img src=/banners/vegguides.gif align=center WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .30) {document.write("<A HREF=http://www.verdaderacompasion.org><img src=/spanish/banners/vercom.jpg align=center WIDTH=468 HEIGHT=60></a></a>"); return; }
   if (x > .24) {document.write("<A HREF=http://www.zuhaizpe.com/><img src=/spanish/banners/zuhaizpe.jpg align=center  WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .18) {document.write("<A HREF=http://www.vegsource.com><img src=/banners/vegsource.gif align=center  WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .12) {document.write("<A HREF=http://www.ivu.org/vacanaryislands/><img src=/spanish/banners/pasiflora.jpg align=center WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > .06) {document.write("<A HREF=http://www.uvvu.tk><img src=/spanish/banners/uvvu.jpg align=center WIDTH=468 HEIGHT=60></a>"); return; }
   if (x > 0)   {document.write("<A HREF=http://www.ivu.org/spanish/banners/index.html><img src=/spanish/banners/advert.gif align=center WIDTH=468 HEIGHT=60></a>"); return; }
}
RandomGraphics(); 
