Ross,
Here's the script. There's 3 parts to it, not sure if I inserted it correctly. The El Rancho Vegas image is suppose to load instantly, then change to an image of Downtown Vegas when you run your cursor over the top edge.
3 parts to this script
========================================================
part 1
========================================================
if (document.images) {
image1 = new Image
image2 = new Image
image1.src = "your-image1.jpg"
image2.src = "your-image2.jpg"
}
=======================================================
part 2 - add your link and text
=======================================================
Rollover Image
========================================================
part 3 - put this where you want your image to show
========================================================
|