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