//
// blog.js
//
//   This is where all the javascript required by your design is written.
//
//   Originally generated at http://psd2cssonline.com 
//   July 2, 2009, 6:46 pm with psd2css Online version 1.41

$(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.
  $("#blog-7").addClass("Wrap-6-7").hide();
  $("#blog-6").addClass("Wrap-6-7");
  $(".Wrap-6-7").hover(
    function(){ $("#blog-7").show(); $("#blog-6").hide(); },
    function(){ $("#blog-6").show(); $("#blog-7").hide(); });
  $("#blog-9").addClass("Wrap-8-9").hide();
  $("#blog-8").addClass("Wrap-8-9");
  $(".Wrap-8-9").hover(
    function(){ $("#blog-9").show(); $("#blog-8").hide(); },
    function(){ $("#blog-8").show(); $("#blog-9").hide(); });
  $("#blog-11").addClass("Wrap-10-11").hide();
  $("#blog-10").addClass("Wrap-10-11");
  $(".Wrap-10-11").hover(
    function(){ $("#blog-11").show(); $("#blog-10").hide(); },
    function(){ $("#blog-10").show(); $("#blog-11").hide(); });
  $("#blog-13").addClass("Wrap-12-13").hide();
  $("#blog-12").addClass("Wrap-12-13");
  $(".Wrap-12-13").hover(
    function(){ $("#blog-13").show(); $("#blog-12").hide(); },
    function(){ $("#blog-12").show(); $("#blog-13").hide(); });
  $("#blog-15").addClass("Wrap-14-15").hide();
  $("#blog-14").addClass("Wrap-14-15");
  $(".Wrap-14-15").hover(
    function(){ $("#blog-15").show(); $("#blog-14").hide(); },
    function(){ $("#blog-14").show(); $("#blog-15").hide(); });
  $("#blog-20").addClass("Wrap-18-20").hide();
  $("#blog-18").addClass("Wrap-18-20");
  $(".Wrap-18-20").hover(
    function(){ $("#blog-20").show(); $("#blog-18").hide(); },
    function(){ $("#blog-18").show(); $("#blog-20").hide(); });
  $("#blog-22").addClass("Wrap-21-22").hide();
  $("#blog-21").addClass("Wrap-21-22");
  $(".Wrap-21-22").hover(
    function(){ $("#blog-22").show(); $("#blog-21").hide(); },
    function(){ $("#blog-21").show(); $("#blog-22").hide(); });
  $("#blog-24").addClass("Wrap-23-24").hide();
  $("#blog-23").addClass("Wrap-23-24");
  $(".Wrap-23-24").hover(
    function(){ $("#blog-24").show(); $("#blog-23").hide(); },
    function(){ $("#blog-23").show(); $("#blog-24").hide(); });

});
