// JavaScript Document
<!--
function image1() {

};

image = new image1();
num = 0;

image1[num++] = "<img src='http://www.limofo.com/images/Limos_in300x201/Limo_in1.jpg' border='0' width='300' height='201' alt='Limousine'>"
image1[num++] = "<img src='http://www.limofo.com/images/Limos_in300x201/Limo_in2.jpg' border='0' width='300' height='201' alt='Limousine'>"
image1[num++] = "<img src='http://www.limofo.com/images/Limos_in300x201/Limo_in3.jpg' border='0' width='300' height='201' alt='Limousine'>"
image1[num++] = "<img src='http://www.limofo.com/images/Limos_in300x201/Limo_in4.jpg' border='0' width='300' height='201' alt='Limousine'>"
image1[num++] = "<img src='http://www.limofo.com/images/Limos_in300x201/Limo_in5.jpg' border='0' width='300' height='201' alt='Limousine'>"
image1[num++] = "<img src='http://www.limofo.com/images/Limos_in300x201/Limo_in6.jpg' border='0' width='300' height='201' alt='Limousine'>"
image1[num++] = "<img src='http://www.limofo.com/images/Limos_in300x201/Limo_out1.jpg' border='0' width='300' height='201' alt='Limousine'>"
increment = Math.floor(Math.random() * num);
document.write(image1[increment]);

//-->

