﻿<!-- Hiding from older browsers
$(document).ready(function(){$('div.banner > a:nth-child(2)').children().mouseover(function(){$(this).css('border-style','inset')}).mouseout(function(){$(this).css('border-style','outset')});$('div.button > a').children('[width=165]').mouseover(function(){$(this).attr('src',function(){return'/images/b_'+this.id+'1.gif'})}).mouseout(function(){$(this).attr('src',function(){return'/images/b_'+this.id+'.gif'})})});
-->