  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
	    KW_ARI[KW_ARI.length]='/images/rotating_homepage/crayonsblock.jpg?&width=140&height=140&alt=Whats%20New%20at%20HRI&title=Whats%20New%20at%20HRI&link=whatwedo/crayons.htm';
	    KW_ARI[KW_ARI.length]='/images/rotating_homepage/cthfblock.jpg?&width=140&height=140&alt=Celebrating%20the%20Human%20Family&title=Celebrating%20the%20Human%20Family&link=whatwedo/celebrating.htm';
	    KW_ARI[KW_ARI.length]='/images/rotating_homepage/heroblock.jpg?&width=140&height=140&alt=Hall%20of%20Heros&title=Hall%20of%20Heros&link=aboutus/hallofheroes.htm';
	    KW_ARI[KW_ARI.length]='/images/rotating_homepage/needhelpblock.jpg?&width=140&height=140&alt=Do%20you%20need%20help%3F&title=Do%20you%20need%20help%3F&link=askhri/askhri.htm';
	    KW_ARI[KW_ARI.length]='/images/rotating_homepage/righttohousingblock.jpg?&width=140&height=140&alt=Right%20to%20Housing&title=Right%20to%20Housing&link=whatwedo/righttohousing.htm';
	    KW_ARI[KW_ARI.length]='/images/rotating_homepage/safehomeblock.jpg?&width=140&height=140&alt=Safe%20Home%20Campaign&title=Safe%20Home%20Campaign&link=whatwedo/safehomecampaign.htm';
	    KW_ARI[KW_ARI.length]='/images/rotating_homepage/stompblock.jpg?&width=140&height=140&alt=Stomp%20out%20discrimination&title=Stomp%20out%20discrimination&link=whatwedo/stomp.htm';
	    KW_ARI[KW_ARI.length]='/images/rotating_homepage/trainingblock.jpg?&width=140&height=140&alt=The%20best%20defense%20against%20abuse%20of%20housing%20rights%20are%20informed%20consumers%20and%20housing%20providers.&title=The%20best%20defense%20against%20abuse%20of%20housing%20rights%20are%20informed%20consumers%20and%20housing%20providers.&link=whatwedo/tpfhp.htm';
	    KW_ARI[KW_ARI.length]='/images/rotating_homepage/whatsnewblock.jpg?&width=140&height=140&alt=Whats%20New%20at%20HRI&title=Whats%20New%20at%20HRI&link=newevents.htm';
		KW_ARI[KW_ARI.length]='/images/rotating_homepage/lrsblock.jpg?&width=140&height=140&alt=Housing%20Rights%20Lawyer%20Referral%20Service&title=Whats%20New%20at%20HRI&link=whatwedo/lawyers.htm';
		KW_ARI[KW_ARI.length]='/images/rotating_homepage/bankedblock.jpg?&width=140&height=140&alt=Get%20Banked&title=Whats%20New%20at%20HRI&link=whatwedo/getbanked.htm';
	    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+" class='rightphoto'>"+p;
	    document.write(z);
  }
