function home()
{
//5
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('<tr><td colspan="7"><img src="images/cl-header2.jpg" width="897" height="168" alt="Carey and Lillevik"></td></tr>'); } // 2
if (ranNum == 1){document.write('<tr><td colspan="7"><img src="images/cl-header4.jpg" width="897" height="168" alt="Carey and Lillevik"></td></tr>'); } // 4
if (ranNum == 2){document.write('<tr><td colspan="7"><img src="images/cl-header3.jpg" width="897" height="168" alt="Carey and Lillevik"></td></tr>'); } // 3
if (ranNum == 3){document.write('<tr><td colspan="7"><img src="images/cl-header5.jpg" width="897" height="168" alt="Carey and Lillevik"></td></tr>'); } // 5
if (ranNum == 4){document.write('<tr><td colspan="7"><img src="images/cl-header6.jpg" width="897" height="168" alt="Carey and Lillevik"></td></tr>'); } // 6
if (ranNum == 5){document.write('<tr><td colspan="7"><img src="images/cl-header8.jpg" width="897" height="168" alt="Carey and Lillevik"></td></tr>'); } // 9
}