//
// team.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   October 22, 2009, 2:38 pm with psd2css Online version 1.55

$(document).ready(function(){

  // This is required for the PNG fix to work.
  if( $.fn.pngfix != null )
    $("img[@src$=png]").pngfix();

  // This is some javascript to stop IE from displaying the img alt attributes
  // when you mouse over imagess.  If you would like IE to display the alt attributes,
  // just comment out the following 4 lines.  Don't worry, if you leave this in 
  // place, your ALT attributes are still readable by the search engines.
  var tmpalt;
  $("img").hover( 
    function(){ tmpalt = $(this).attr( "alt" ); $(this).attr( "alt", "" ); },
    function(){ $(this).attr( "alt", tmpalt ); });

  // This is code to handle all of the _linkover events.  It works by
  // creating a special Wrap class, adding it to the link and linkover
  // divs of each link and linkover pair, and assigning a hover event to
  // that.
  $("#team-5").addClass("Wrap-4-5").hide();
  $("#team-4").addClass("Wrap-4-5");
  $(".Wrap-4-5").hover(
    function(){ $("#team-5").show(); $("#team-4").hide(); },
    function(){ $("#team-4").show(); $("#team-5").hide(); });
  $("#team-8").addClass("Wrap-7-8").hide();
  $("#team-7").addClass("Wrap-7-8");
  $(".Wrap-7-8").hover(
    function(){ $("#team-8").show(); $("#team-7").hide(); },
    function(){ $("#team-7").show(); $("#team-8").hide(); });
  $("#team-10").addClass("Wrap-9-10").hide();
  $("#team-9").addClass("Wrap-9-10");
  $(".Wrap-9-10").hover(
    function(){ $("#team-10").show(); $("#team-9").hide(); },
    function(){ $("#team-9").show(); $("#team-10").hide(); });
  $("#team-12").addClass("Wrap-11-12").hide();
  $("#team-11").addClass("Wrap-11-12");
  $(".Wrap-11-12").hover(
    function(){ $("#team-12").show(); $("#team-11").hide(); },
    function(){ $("#team-11").show(); $("#team-12").hide(); });
  $("#team-14").addClass("Wrap-13-14").hide();
  $("#team-13").addClass("Wrap-13-14");
  $(".Wrap-13-14").hover(
    function(){ $("#team-14").show(); $("#team-13").hide(); },
    function(){ $("#team-13").show(); $("#team-14").hide(); });
  $("#team-16").addClass("Wrap-15-16").hide();
  $("#team-15").addClass("Wrap-15-16");
  $(".Wrap-15-16").hover(
    function(){ $("#team-16").show(); $("#team-15").hide(); },
    function(){ $("#team-15").show(); $("#team-16").hide(); });
  $("#team-18").addClass("Wrap-17-18").hide();
  $("#team-17").addClass("Wrap-17-18");
  $(".Wrap-17-18").hover(
    function(){ $("#team-18").show(); $("#team-17").hide(); },
    function(){ $("#team-17").show(); $("#team-18").hide(); });
  $("#team-20").addClass("Wrap-19-20").hide();
  $("#team-19").addClass("Wrap-19-20");
  $(".Wrap-19-20").hover(
    function(){ $("#team-20").show(); $("#team-19").hide(); },
    function(){ $("#team-19").show(); $("#team-20").hide(); });
  $("#team-22").addClass("Wrap-21-22").hide();
  $("#team-21").addClass("Wrap-21-22");
  $(".Wrap-21-22").hover(
    function(){ $("#team-22").show(); $("#team-21").hide(); },
    function(){ $("#team-21").show(); $("#team-22").hide(); });
  $("#team-24").addClass("Wrap-23-24").hide();
  $("#team-23").addClass("Wrap-23-24");
  $(".Wrap-23-24").hover(
    function(){ $("#team-24").show(); $("#team-23").hide(); },
    function(){ $("#team-23").show(); $("#team-24").hide(); });

});
