MouseOver Image Code
 

<a href= "javascript:void(0);" onMouseOver= "if (document.images) document.AceLogo75yrs.src= 'http://www.tipages.com/a/7daysNewCrop.JPG';" onMouseOut= "if (document.images) document.AceLogo75yrs.src= 'http://www.tipages.com/a/AceLogo75yrs.gif';"><img src= "http://www.tipages.com/a/AceLogo75yrs.gif" width=209 height=160 alt="Seven Days Auto Stores"

This code is what controls where the images are and when the flip and how.
 
 

Preload Image Code

<script language="javascript"><!--
if (document.images) {var AceLogo75yrs=new Image(); AceLogo75yrs.src="http://www.tipages.com/a/7daysNewCrop.JPG";}
//--></script>

This code goes in between the head and /head commands. It servers to make the MouseOver
                  images re upload so they appear on mouseover.
 

More Codes: Alice Coyote/7days

<a href= "http://www.tipages.com" onMouseOver= "if (document.images) document.coyoteOnOrange_Crop.src= 'http://www.tipages.com/a/7daysNewCrop.JPG';" onMouseOut= "if (document.images) document.coyoteOnOrange_Crop.src= 'http://www.tipages.com/a/coyoteOnOrange_Crop.jpg';"><img src= "http://www.tipages.com/a/coyoteOnOrange_Crop.jpg"

<script language="javascript"><!--
if (document.images) {var coyoteOnOrange_Crop=new Image(); coyoteOnOrange_Crop.src="http://www.tipages.com/a/7daysNewCrop.JPG";}
//--></script>