Yeh here it is
<script language="JavaScript">
//Preload knight Images
knighted=new Image(32,48)
knighted.src="http://www.ctech.ca/lp15/creations/images/gif/11a.gif"
knightred=new Image(32,48)
knightred.src="http://www.ctech.ca/lp15/creations/images/gif/11ab.gif"
</script>
<!-- create mouse-over effect -->
<a href="http://www.ctech.ca/lp15/creations/home.htm" onMouseOver="document.knight.src=knightred.src" onMouseOut="document.knight.src=knighted.src">
<img name="knight" src="http://images/" border="0"></a>
I'm not sure about the links to it you will have to give it to me