// 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]='/tower_ads/banner2.gif?&width=160&height=600&alt=Harvey%20Nash%20-%20The%20Power%20of%20Talent&title=Harvey%20Nash%20-%20The%20Power%20of%20Talent&border=0&link=http%3A//www.harveynash.com&target=_blank';
  KW_ARI[KW_ARI.length]='/tower_ads/banner3.gif?&width=160&height=600&alt=Harvey%20Nash%20-%20The%20Power%20of%20Talent0&title=Harvey%20Nash%20-%20The%20Power%20of%20Talent0&border=0&link=http%3A//www.harveynash.com&target=_blank';
  KW_ARI[KW_ARI.length]='/tower_ads/901A_CBI.gif?&width=160&height=600&alt=Deloitte0&title=Deloitte0&border=0&link=http%3A//www.deloitte.co.uk&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);
  }

// Advanced Random Images End