

var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
// KW_rs[2000]
  KW_ARI[KW_ARI.length]='/HeaderSildShow/HeaderPics/audi-r8.jpg';
  KW_ARI[KW_ARI.length]='/HeaderSildShow/HeaderPics/bentley-start.jpg';
  KW_ARI[KW_ARI.length]='/HeaderSildShow/HeaderPics/bentley.jpg';
  KW_ARI[KW_ARI.length]='/HeaderSildShow/HeaderPics/bug.jpg';
  KW_ARI[KW_ARI.length]='/HeaderSildShow/HeaderPics/merc.jpg';
  KW_ARI[KW_ARI.length]='/HeaderSildShow/HeaderPics/bmw.jpg';
  KW_ARI[KW_ARI.length]='/HeaderSildShow/HeaderPics/P-GT.jpg';
   KW_ARI[KW_ARI.length]='/HeaderSildShow/HeaderPics/lambo.jpg';
    KW_ARI[KW_ARI.length]='/HeaderSildShow/HeaderPics/lambo1.jpg';
	KW_ARI[KW_ARI.length]='/HeaderSildShow/HeaderPics/AM.jpg';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='randomSlideShow' src='"+KW_ARI[j]+"' alt='Sell my car' 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

