//
// ep07.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   August 8, 2009, 9:32 am with psd2css Online version 1.44

$(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.
  $("#ep07-3").addClass("Wrap-4-3").hide();
  $("#ep07-4").addClass("Wrap-4-3");
  $(".Wrap-4-3").hover(
    function(){ $("#ep07-3").show(); $("#ep07-4").hide(); },
    function(){ $("#ep07-4").show(); $("#ep07-3").hide(); });
  $("#ep07-5").addClass("Wrap-6-5").hide();
  $("#ep07-6").addClass("Wrap-6-5");
  $(".Wrap-6-5").hover(
    function(){ $("#ep07-5").show(); $("#ep07-6").hide(); },
    function(){ $("#ep07-6").show(); $("#ep07-5").hide(); });
  $("#ep07-11").addClass("Wrap-12-11").hide();
  $("#ep07-12").addClass("Wrap-12-11");
  $(".Wrap-12-11").hover(
    function(){ $("#ep07-11").show(); $("#ep07-12").hide(); },
    function(){ $("#ep07-12").show(); $("#ep07-11").hide(); });
  $("#ep07-17").addClass("Wrap-18-17").hide();
  $("#ep07-18").addClass("Wrap-18-17");
  $(".Wrap-18-17").hover(
    function(){ $("#ep07-17").show(); $("#ep07-18").hide(); },
    function(){ $("#ep07-18").show(); $("#ep07-17").hide(); });
  $("#ep07-19").addClass("Wrap-20-19").hide();
  $("#ep07-20").addClass("Wrap-20-19");
  $(".Wrap-20-19").hover(
    function(){ $("#ep07-19").show(); $("#ep07-20").hide(); },
    function(){ $("#ep07-20").show(); $("#ep07-19").hide(); });
  $("#ep07-21").addClass("Wrap-22-21").hide();
  $("#ep07-22").addClass("Wrap-22-21");
  $(".Wrap-22-21").hover(
    function(){ $("#ep07-21").show(); $("#ep07-22").hide(); },
    function(){ $("#ep07-22").show(); $("#ep07-21").hide(); });
  $("#ep07-23").addClass("Wrap-24-23").hide();
  $("#ep07-24").addClass("Wrap-24-23");
  $(".Wrap-24-23").hover(
    function(){ $("#ep07-23").show(); $("#ep07-24").hide(); },
    function(){ $("#ep07-24").show(); $("#ep07-23").hide(); });
  $("#ep07-25").addClass("Wrap-26-25").hide();
  $("#ep07-26").addClass("Wrap-26-25");
  $(".Wrap-26-25").hover(
    function(){ $("#ep07-25").show(); $("#ep07-26").hide(); },
    function(){ $("#ep07-26").show(); $("#ep07-25").hide(); });

});
