//
// ep04.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   February 12, 2009, 3:40 am with psd2css Online version 1.32

$(document).ready(function(){

  // This is required for the PNG fix to work.
  if( $.fn.pngfix != null )
    $("img[@src$=png]").pngfix();

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

});
