
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='images/home page design/All_Season_Home_Improvement_Custom_Website_design.jpg?&alt=Professional%20Custom%20Website%20Design&title=Professional%20Custom%20Website%20Design&link=http%3A//www.all-season.com&target=_blank';
  KW_ARI[KW_ARI.length]='images/home page design/Beautiful_Ink_custom_website_design.jpg?&alt=Professional%20Custom%20Website%20Design&title=Professional%20Custom%20Website%20Design&link=http%3A//www.beautifulink.com&target=_blank';
  KW_ARI[KW_ARI.length]='images/home page design/Cabo_Villas_Resort_custom_website_design.jpg?&alt=Professional%20Custom%20Website%20Design&title=Professional%20Custom%20Website%20Design&link=http%3A//www.cabovillasresort.com&target=_blank';
  KW_ARI[KW_ARI.length]='images/home page design/Crucifix_Fish_custom_website_design.jpg?&alt=Professional%20Custom%20Website%20Design&title=Professional%20Custom%20Website%20Design&link=http%3A//www.crucifixfish.com&target=_blank';
  KW_ARI[KW_ARI.length]='images/home page design/The_Painted_Horse_custom_website_design.gif?&alt=Professional%20Custom%20Website%20Design&title=Professional%20Custom%20Website%20Design&link=www.paintedhorseed.com&target=_blank';
  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);
  }


