var jsir={init:function(){if(!document.images){return this;}
jsir.ir()},ir:function(){jQuery('#level-one.sport h2').each(function(){var $img=jQuery('<img />'),$this=jQuery(this);$img.attr({alt:$this.text(),src:'/images/ir/level-one-test/'+$this.parent().attr('id')+'.gif'});$this.empty().append($img);});jQuery('#level-zero h2').each(function(){var $img=jQuery('<img />'),$this=jQuery(this);$img.attr({alt:$this.text(),src:'/images/ir/home/'+$this.parent().attr('id')+'.gif'});$this.empty().append($img);});jQuery('h1.section-title, div.section-title a').each(function(){var $img=jQuery('<img />'),$this=jQuery(this);if(jsir.hash[$this.text()]){$img.attr({alt:$this.text(),src:'/images/headlings/'+jsir.hash[$this.text()]+'.gif'});$this.empty().append($img);}});},hash:{'About':'about','Baseball':'baseball','Basketball':'basketball','Cross Country':'cross-country','Facilities':'facilities','Football':'football','Golf':'golf','Men\'s Teams':'mens-teams','Soccer':'soccer','Softball':'softball','Staff':'staff','Swimming & Diving':'swimming-and-diving','Tennis':'tennis','Track & Field':'track-and-field','Women\'s Teams':'womens-teams','Wrestling':'wrestling','Video':'video','Volleyball':'volleyball'}}
jQuery(document).ready(function(){jsir.init();});