var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/1.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/2.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/3.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/4.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/5.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/6.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/7.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/8.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/9.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/10.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/11.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/12.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/13.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/14.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/15.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/16.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/17.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/18.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/19.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/20.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/21.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/22.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/23.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/24.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/25.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/26.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/27.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/28.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/29.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/30.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/31.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/32.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/33.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/34.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/35.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/36.jpg?&width=257&height=201';
  KW_ARI[KW_ARI.length]='MainGraphics/Randoms/37.jpg?&width=257&height=201';
    j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
  if (KW_ARI[j].indexOf('?')==-1) {
    document.write("<img src='"+KW_ARI[j]+"'>");
  }
  else {
    nvp=KW_ARI[j].substring(KW_ARI[j].indexOf('?')+2).split('&');
    for(var i=0;i<nvp.length;i++) {
      sub=nvp[i].split('=');
   	  switch(sub[0]) {
 	    case 'link':
          l="<a href='"+unescape(sub[1])+"'>";
          p="</a>";
		  break;
	    case 'target':
          q=" target='"+unescape(sub[1])+"'";
  		  break;
  	    default:
          m+=" "+sub[0]+"='"+unescape(sub[1])+"'";
  		  break;
      }
    }
    z=(l!="")?((q!="")?l.substring(0,l.length-1)+q+">":l):"";
    z+="<img src='"+KW_ARI[j].substring(0,KW_ARI[j].indexOf('?'))+"'"+m+">"+p;
  document.write(z);
  }