//
// cazzfront.js
//
//   This is where all the javascript required by your design is written.
//

$j(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.
  $("#cazzfront-7").addClass("Wrap-8-7").hide();
  $("#cazzfront-8").addClass("Wrap-8-7");
  $(".Wrap-8-7").hover(
    function(){ $("#cazzfront-7").show(); $("#cazzfront-8").hide(); },
    function(){ $("#cazzfront-8").show(); $("#cazzfront-7").hide(); });
  $("#cazzfront-9").addClass("Wrap-10-9").hide();
  $("#cazzfront-10").addClass("Wrap-10-9");
  $(".Wrap-10-9").hover(
    function(){ $("#cazzfront-9").show(); $("#cazzfront-10").hide(); },
    function(){ $("#cazzfront-10").show(); $("#cazzfront-9").hide(); });
  $("#cazzfront-11").addClass("Wrap-12-11").hide();
  $("#cazzfront-12").addClass("Wrap-12-11");
  $(".Wrap-12-11").hover(
    function(){ $("#cazzfront-11").show(); $("#cazzfront-12").hide(); },
    function(){ $("#cazzfront-12").show(); $("#cazzfront-11").hide(); });
  $("#cazzfront-13").addClass("Wrap-14-13").hide();
  $("#cazzfront-14").addClass("Wrap-14-13");
  $(".Wrap-14-13").hover(
    function(){ $("#cazzfront-13").show(); $("#cazzfront-14").hide(); },
    function(){ $("#cazzfront-14").show(); $("#cazzfront-13").hide(); });
  $("#cazzfront-21").addClass("Wrap-22-21").hide();
  $("#cazzfront-22").addClass("Wrap-22-21");
  $(".Wrap-22-21").hover(
    function(){ $("#cazzfront-21").show(); $("#cazzfront-22").hide(); },
    function(){ $("#cazzfront-22").show(); $("#cazzfront-21").hide(); });
  $("#cazzfront-23").addClass("Wrap-24-23").hide();
  $("#cazzfront-24").addClass("Wrap-24-23");
  $(".Wrap-24-23").hover(
    function(){ $("#cazzfront-23").show(); $("#cazzfront-24").hide(); },
    function(){ $("#cazzfront-24").show(); $("#cazzfront-23").hide(); });
  $("#cazzfront-25").addClass("Wrap-26-25").hide();
  $("#cazzfront-26").addClass("Wrap-26-25");
  $(".Wrap-26-25").hover(
    function(){ $("#cazzfront-25").show(); $("#cazzfront-26").hide(); },
    function(){ $("#cazzfront-26").show(); $("#cazzfront-25").hide(); });
  $("#cazzfront-27").addClass("Wrap-28-27").hide();
  $("#cazzfront-28").addClass("Wrap-28-27");
  $(".Wrap-28-27").hover(
    function(){ $("#cazzfront-27").show(); $("#cazzfront-28").hide(); },
    function(){ $("#cazzfront-28").show(); $("#cazzfront-27").hide(); });
  $("#cazzfront-29").addClass("Wrap-30-29").hide();
  $("#cazzfront-30").addClass("Wrap-30-29");
  $(".Wrap-30-29").hover(
    function(){ $("#cazzfront-29").show(); $("#cazzfront-30").hide(); },
    function(){ $("#cazzfront-30").show(); $("#cazzfront-29").hide(); });
  $("#cazzfront-31").addClass("Wrap-32-31").hide();
  $("#cazzfront-32").addClass("Wrap-32-31");
  $(".Wrap-32-31").hover(
    function(){ $("#cazzfront-31").show(); $("#cazzfront-32").hide(); },
    function(){ $("#cazzfront-32").show(); $("#cazzfront-31").hide(); });
  $("#cazzfront-33").addClass("Wrap-34-33").hide();
  $("#cazzfront-34").addClass("Wrap-34-33");
  $(".Wrap-34-33").hover(
    function(){ $("#cazzfront-33").show(); $("#cazzfront-34").hide(); },
    function(){ $("#cazzfront-34").show(); $("#cazzfront-33").hide(); });

});
