<!-- The JavaScript Source @ http://javascriptsource.com -->

<!--
if (document.images) {
  cache_it01 = new Image();   cache_it01.src = "img/wishon.gif";
  cache_it02 = new Image();   cache_it02.src = "img/hsmson.gif";
}

function doImages(image1name,image1src) {
eval("document['"+image1name+"'].src='"+image1src+"'");
}

// -->
