$(document).ready(function () {
  $('img').rollover();
  $.ifixpng('js/img/0.gif');
  $('img[src$=.png]').ifixpng();
});

window.onload=function () {
  if ($('div.pagebg').outerHeight(true) < $('body').outerHeight(true)) {
    $('div.pagebg').css('height', $('body').outerHeight(true));
  }
}
