// JavaScript Document

// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='jesusimage/alphastatic.gif?&alt=Jesus%20Saves%21&title=Jesus%20Saves%21&id=Jesus%20Saves%21&link=/newlife/Jesussaves.php&target=_blank';
  KW_ARI[KW_ARI.length]='jesusimage/bibleworld.gif?&alt=Jesus%20Saves%21&title=Jesus%20Saves%21&id=Jesus%20Saves%21&link=/newlife/Jesussaves.php&target=_blank';
  KW_ARI[KW_ARI.length]='jesusimage/crossrainbow.gif?&alt=Jesus%20Saves%21&title=Jesus%20Saves%21&id=Jesus%20Saves%21&link=/newlife/Jesussaves.php&target=_blank';
  KW_ARI[KW_ARI.length]='jesusimage/Jesus21.gif?&alt=Jesus%20Saves%21&title=Jesus%20Saves%21&id=Jesus%20Saves%21&link=/newlife/Jesussaves.php&target=_blank';
  KW_ARI[KW_ARI.length]='jesusimage/manpraying.gif?&alt=Jesus%20Saves%21&title=Jesus%20Saves%21&id=Jesus%20Saves%21&link=/newlife/Jesussaves.php&target=_blank';
  KW_ARI[KW_ARI.length]='jesusimage/nuclear.gif?&alt=Jesus%20Saves&title=Jesus%20Saves&id=Jesus%20Saves%21&link=/newlife/Jesussaves.php&target=_blank';
  KW_ARI[KW_ARI.length]='jesusimage/opendoor.gif?&alt=Jesus%20Saves%21&title=Jesus%20Saves%21&id=Jesus%20Saves%21&link=/newlife/Jesussaves.php&target=_blank';
  KW_ARI[KW_ARI.length]='jesusimage/prayinghands.gif?&alt=Jesus%20Saves%21&title=Jesus%20Saves%21&id=Jesus%20Saves%21&link=/newlife/Jesussaves.php&target=_blank';
  KW_ARI[KW_ARI.length]='jesusimage/sower.jpg?&alt=Jesus%20Saves%21&title=Jesus%20Saves%21&id=Jesus%20Saves%21&link=/newlife/Jesussaves.php&target=_blank';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
  if (KW_ARI[j].indexOf('?')==-1) {
    document.write("<img src='http://www.judeministries.org/jsscript/%22+KW_ARI%5Bj%5D+%22'>");
  }
  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='../jsscript/%22+unescape(sub%5B1%5D)+%22'>";
          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='../jsscript/%22+KW_ARI%5Bj%5D.substring(0,KW_ARI%5Bj%5D.indexOf('?'))+"'"+m+">"+p;
  document.write('z');
  }

// Advanced Random Images End

