Yeni14
by The JavaScript Source
<!-- TWO STEPS TO INSTALL IMAGE SWAP:
2. Add the last code into the BODY of your HTML document -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://kanalbizim.tr.gg-->
<!-- Created by: Joshua Bollman : http://www.freewebs.com/socomnavysealsfreak/ -->
<!-- Begin
function SwapImage1() {
document.image1.src="http://javascript.internet.com/img/javascriptlogo2.gif"
}
function SwapImage1Back() {
document.image1.src="http://javascript.internet.com/img/jss-micro.gif"
}
// End -->
</script>
</HEAD>
<img src="/img/jss-micro.gif" name="image1" border="0" onMouseOver="SwapImage1()" onMouseOut="SwapImage1Back()">
</div>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>