//<!--
var txtList = new Array()
txtList[txtList.length]="%3Cimg%20src=%22../random/top1.jpg%22%20alt=%22YVF%20-%20First%20for%20Vehicle%20Finance%22%3E";
txtList[txtList.length]="%3Cimg%20src=%22../random/top2.jpg%22%20alt=%22YVF%20-%20First%20for%20Vehicle%20Finance%22%3E";
txtList[txtList.length]="%3Cimg%20src=%22../random/top3.jpg%22%20alt=%22YVF%20-%20First%20for%20Vehicle%20Finance%22%3E";
j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));
//-->
