//
// psd2css.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   October 15, 2009, 5:18 pm with psd2css Online version 1.54

$(document).ready(function(){

  if( $.fn.pngfix != null )
    $("img[@src$=png]").pngfix();


  var tmpalt;
  $("img").hover( 
    function(){ tmpalt = $(this).attr( "alt" ); $(this).attr( "alt", "" ); },
    function(){ $(this).attr( "alt", tmpalt ); });


  $("#footer-5").addClass("Wrap-4-5").hide();
  $("#footer-4").addClass("Wrap-4-5");
  $(".Wrap-4-5").hover(
    function(){ $("#footer-5").show(); $("#footer-4").hide(); },
    function(){ $("#footer-4").show(); $("#footer-5").hide(); });

});
