// 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_rs[1000]
  KW_ARI[KW_ARI.length]='/GreyPics/aib_logo.gif'; 
   KW_ARI[KW_ARI.length]='/GreyPics/logo_northern_bank.gif';  
    KW_ARI[KW_ARI.length]='/GreyPics/lkbc_uk.gif';  
   KW_ARI[KW_ARI.length]='/GreyPics/com.gif';  
   KW_ARI[KW_ARI.length]='/GreyPics/BankofA.gif';   
     KW_ARI[KW_ARI.length]='/GreyPics/chaterhouse.gif';  
   KW_ARI[KW_ARI.length]='/GreyPics/ccf.gif';
   KW_ARI[KW_ARI.length]='/GreyPics/bosi-logo.gif';
    KW_ARI[KW_ARI.length]='/GreyPics/arbuthnot.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/ashley.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/hsbc.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/bank-of-ireland-logo.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/bibby.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/cattles.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/barclays.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/clydesdale-bank-logo.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/gmac_cf_logo.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/davenham.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/eurofactor.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/fortis.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/GE.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/igf.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/leumi_abl.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/Lloyds.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/RBS.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/skipton.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/SME.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/ultimate_finance.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/venturefinance.gif';
  KW_ARI[KW_ARI.length]='/GreyPics/yorkshire-bank-logo.gif';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='randomSlideShow' alt='factoring and invoice discounting company' src='"+KW_ARI[j]+"'/>");
function rndSlideShow(t,l) { // Random Slideshow by Kaosweaver
  x=document.randomSlideShow; j=l; while (l==j) {
    j=parseInt(Math.random()*KW_ARI.length); j=(isNaN(j))?0:j; }
  x.src=KW_ARI[j]; setTimeout("rndSlideShow("+t+","+j+")",t);
}
rndSlideShow(5000,0)

// Advanced Random Images End
