$jq(document).ready(function(){$jq('#awards img:not(.active)').after('');$jq('#awards img.active').hide();var hideAwards=null;$jq('#awards area').mouseover(function(){if(hideAwards)clearTimeout(hideAwards);$jq('#awards img.active').show();var coords=$jq(this).attr('coords').split(',');$jq('#awards img.active').css('clip','rect(0px,'+coords[2]+'px,68px,'+coords[0]+'px)');hideAwards=setTimeout("$jq('#awards img.active').hide();",4000);return false;});});