<!--
window.onload=function(){  
   var thediv=document.getElementById("header");  
   var imgarray = new Array("http://www.carrick-read.co.uk/insolvency/news/wp-content/themes/cri/images/cri-image1.jpg", "http://www.carrick-read.co.uk/insolvency/news/wp-content/themes/cri/images/cri-image2.jpg", "http://www.carrick-read.co.uk/insolvency/news/wp-content/themes/cri/images/cri-image3.jpg", "http://www.carrick-read.co.uk/insolvency/news/wp-content/themes/cri/images/cri-image4.jpg", "http://www.carrick-read.co.uk/insolvency/news/wp-content/themes/cri/images/cri-image5.jpg");  
   var spot = Math.floor(Math.random()* imgarray.length);  
   thediv.style.background="url("+imgarray[spot]+")";  
}
-->
