
//*************************************************************
// PNG Fix
//*************************************************************
$( document ).ready ( function() {
   $("#content").pngfix({sizingMethod: "scale"});
} );

//*************************************************************
// IE button class fix
//*************************************************************
$( document ).ready ( function() {
   $("input[@type=submit]").addClass("submit_button");
} );