if (document.images) 
{
img1 = new Image();
img2 = new Image();
img3 = new Image();
img4 = new Image();
img5 = new Image();
img6 = new Image();
img7 = new Image();
img8 = new Image();
img9 = new Image();
img1.src = "images/horizon.jpg"
img2.src = "images/horizon2.jpg"
img3.src = "images/horizon3.jpg"
img4.src = "images/horizon4.jpg"
img5.src = "images/horizon5.jpg"
img6.src = "images/horizon6.jpg"
img7.src = "images/horizon7.jpg"
img8.src = "images/horizon8.jpg"
img9.src = "images/horizon9.jpg"
}
