//
// design.js
//
//   This is where all the javascript required by your design is written.
//    
//   May 11, 2010, 5:57 pm

$j(document).ready(function($){

  // This is required for the PNG fix to work.
  if (window.DD_belatedPNG)
    DD_belatedPNG.fix('.pngimg');

  // This is some javascript to stop IE from displaying the img alt attributes
  // when you mouse over imagess.  If you would like IE to hide the alt attributes,
  // just remove comment markers of the following 4 lines.  Don't worry, either 
  // way 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 ); });


});
