if (document.images) 
{
img1 = new Image();
img2 = new Image();
img1.src = "images/bothworlds.jpg"
img2.src = "images/bothworlds2.jpg"
}
