

var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
// KW_rs[2000]
  
  KW_ARI[KW_ARI.length]='/Sitefiles-N/HeaderSildShow/HeaderPics/Lady-2.jpg';
  KW_ARI[KW_ARI.length]='/Sitefiles-N/HeaderSildShow/HeaderPics/Lady-3.jpg';
  KW_ARI[KW_ARI.length]='/Sitefiles-N/HeaderSildShow/HeaderPics/Lady-4.jpg';
  KW_ARI[KW_ARI.length]='/Sitefiles-N/HeaderSildShow/HeaderPics/Guy-1.jpg';
  KW_ARI[KW_ARI.length]='/Sitefiles-N/HeaderSildShow/HeaderPics/time.jpg';
  KW_ARI[KW_ARI.length]='/Sitefiles-N/HeaderSildShow/HeaderPics/finger.jpg';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='randomSlideShow' src='"+KW_ARI[j]+"' alt='Experts in Factoring and invoice discounting' style='height:243px; width:965px' />");
function rndSlideShow(t,l) { 
  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

